progs/perf: fix comment
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 15:29:27 +0000 (09:29 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 15:29:27 +0000 (09:29 -0600)
progs/perf/vbo.c

index 03c896321b5329a68b3bbcdd0f14d13f26ec2e7f..12ad789aa0340c2b4507470c06f89232fea99ef3 100644 (file)
@@ -107,7 +107,7 @@ UploadSubVBO(unsigned count)
    glFinish();
 }
 
-/* Do multiple small SubData uploads, the a DrawArrays.  This may be a
+/* Do multiple small SubData uploads, then call DrawArrays.  This may be a
  * fairer comparison to back-to-back BufferData calls:
  */
 static void