Module: Mesa Branch: master Commit: aa80851e166ccee79daf6b00db70c55831bfc4b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa80851e166ccee79daf6b00db70c55831bfc4b8
Author: Brian Paul <[email protected]> Date: Tue Sep 22 09:29:27 2009 -0600 progs/perf: fix comment --- 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 03c8963..12ad789 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
