]> git.cworth.org Git - cworth.org/commitdiff
Correct unfortunate typo
authorCarl Worth <cworth@cworth.org>
Wed, 16 Jul 2008 02:45:58 +0000 (19:45 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 16 Jul 2008 02:45:58 +0000 (19:45 -0700)
src/exa/i965/new_job_old_tricks.mdwn

index 5b3c99b8574ddf120fea24cfecad733cf7416af3..f320434702f52888885710d6cfd39b90813ea88d 100644 (file)
@@ -68,7 +68,7 @@ So here was one piece that just hadn't been finished yet. The driver
 was still just using a single vertex buffer that it allocates
 upfront---and a tiny buffer---just big enough for a single rectangle
 for a single composite operation. And so the driver was waiting for
-each composite operation to finish before reusing the bugger. And the
+each composite operation to finish before reusing the buffer. And the
 change to GEM had made this problem even more noticeable. And Eric
 even had a partially-working patch to fix this---simply allocating a
 much larger vertex buffer and only doing the sync when wrapping around