From: Brian Paul Date: Tue, 22 Sep 2009 15:29:27 +0000 (-0600) Subject: progs/perf: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa80851e166ccee79daf6b00db70c55831bfc4b8;p=mesa.git progs/perf: fix comment --- 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