]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programbuilder.cpp
Improve interface documentation a bit
[libs/gl.git] / source / programbuilder.cpp
index f22d1088bad265853e5e94d46e71e92f17a0a268..26689bcef6ee20687c4586a201cf3f5bac5fbb7d 100644 (file)
@@ -38,7 +38,7 @@ Naming conventions:
   color_*    Color with rgba components
 */
 
-/* The array are stored in reverse order, so that variables always come after
+/* The array is stored in reverse order, so that variables always come after
 anything that might need them. */
 const ProgramBuilder::VariableDefinition ProgramBuilder::standard_variables[] =
 {