diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-01 14:04:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-01 14:04:45 +0000 |
commit | 98e92d261bbf11a35a1a26d1c1bdc3cfb304b2ae (patch) | |
tree | 9df20600e7af429235e3b4ed8c27228f47fdc58e /src/mesa/drivers | |
parent | 4d11d45d84c61fbbd6cb165c97c0ae5ebfa39ac7 (diff) |
fix typo
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_lock.c b/src/mesa/drivers/dri/r200/r200_lock.c index f0858f2c31..2edf5b6637 100644 --- a/src/mesa/drivers/dri/r200/r200_lock.c +++ b/src/mesa/drivers/dri/r200/r200_lock.c @@ -73,7 +73,7 @@ r200UpdatePageFlipping( r200ContextPtr rmesa ) #else if (rmesa->doPageFlip != rmesa->sarea->pfState || rmesa->sarea->pfState) { - /* If page flipping is on, re we're turning it on/off now we need + /* If page flipping is on, or we're turning it on/off now we need * to update the flipped buffer info. */ struct gl_framebuffer *fb = rmesa->glCtx->WinSysDrawBuffer; |