From 843fdbebf5bceeb19ff3ad443687d9f14909e3b5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 10 Jul 2007 23:30:34 -0700 Subject: [PATCH] Fix typo (missing "there"). --- src/exa/i965/synchronous_composite.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.43.0