diff options
Diffstat (limited to 'progs/perf')
-rw-r--r-- | progs/perf/vbo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/perf/vbo.c b/progs/perf/vbo.c index 03c896321b5..12ad789aa03 100644 --- a/progs/perf/vbo.c +++ b/progs/perf/vbo.c @@ -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 |