From: Brian Paul Date: Thu, 1 Sep 2005 14:04:45 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98e92d261bbf11a35a1a26d1c1bdc3cfb304b2ae;p=mesa.git fix typo --- diff --git a/src/mesa/drivers/dri/r200/r200_lock.c b/src/mesa/drivers/dri/r200/r200_lock.c index f0858f2c313..2edf5b66378 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;