From: Carl Worth Date: Wed, 11 Jul 2007 06:30:34 +0000 (-0700) Subject: Fix typo (missing "there"). X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=843fdbebf5bceeb19ff3ad443687d9f14909e3b5 Fix typo (missing "there"). --- diff --git a/src/exa/i965/synchronous_composite.mdwn b/src/exa/i965/synchronous_composite.mdwn index ac7ab85..1b0d29c 100644 --- a/src/exa/i965/synchronous_composite.mdwn +++ b/src/exa/i965/synchronous_composite.mdwn @@ -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,