From 98e92d261bbf11a35a1a26d1c1bdc3cfb304b2ae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 1 Sep 2005 14:04:45 +0000 Subject: fix typo --- src/mesa/drivers/dri/r200/r200_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers') 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; -- cgit v1.2.3