summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r200/r200_lock.c2
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;