Fix source comment typo

Closes #1982
This commit is contained in:
luz paz 2021-10-28 14:35:09 -04:00 committed by Camilla Löwy
parent a30cd6acef
commit eacc1cafba

View File

@ -2,7 +2,7 @@
// This is an example program for the GLFW library
//
// The program uses a "split window" view, rendering four views of the
// same scene in one window (e.g. uesful for 3D modelling software). This
// same scene in one window (e.g. useful for 3D modelling software). This
// demo uses scissors to separate the four different rendering areas from
// each other.
//