From aa80851e166ccee79daf6b00db70c55831bfc4b8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Sep 2009 09:29:27 -0600 Subject: [PATCH] progs/perf: fix comment --- progs/perf/vbo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2