progs/perf: fix comment

This commit is contained in:
Brian Paul 2009-09-22 09:29:27 -06:00
parent 32979ae15f
commit aa80851e16

View 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