OSDN Git Service

fix typo
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 1 Sep 2005 14:04:45 +0000 (14:04 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 1 Sep 2005 14:04:45 +0000 (14:04 +0000)
src/mesa/drivers/dri/r200/r200_lock.c

index f0858f2..2edf5b6 100644 (file)
@@ -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;