]> git.cworth.org Git - cworth.org/commitdiff
Fix typo (missing "there").
authorCarl Worth <cworth@cworth.org>
Wed, 11 Jul 2007 06:30:34 +0000 (23:30 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 11 Jul 2007 06:30:34 +0000 (23:30 -0700)
src/exa/i965/synchronous_composite.mdwn

index ac7ab859abeb388e538c68722347af748da93b20..1b0d29c7b61a4c8358563cf3179a7904c020c2c2 100644 (file)
@@ -150,9 +150,9 @@ saved from libc and the kernel.
 
 What's going on here? What's happening is that the driver is spending
 an awful lot of time busy-waiting, and all we did here was to help it
-busy-wait even faster. Now, we know that aren't any software fallbacks
-happening here, so what's all the waiting about? It appears to be
-caused primarily by `i965_prepare_composite` which includes the
+busy-wait even faster. Now, we know that there aren't any software
+fallbacks happening here, so what's all the waiting about? It appears
+to be caused primarily by `i965_prepare_composite` which includes the
 following comment and code:
 
     /* Because we only have a single static buffer for our state currently,