Mesa (master): llvmpipe: fix comment typo

Roland Scheidegger sroland at kemper.freedesktop.org
Tue Jul 13 17:59:52 UTC 2010


Module: Mesa
Branch: master
Commit: 217926f350265a4d416a1bc550567c1334a37875
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=217926f350265a4d416a1bc550567c1334a37875

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Jul 13 19:59:38 2010 +0200

llvmpipe: fix comment typo

---

 src/gallium/drivers/llvmpipe/lp_flush.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_flush.c b/src/gallium/drivers/llvmpipe/lp_flush.c
index d78656f..845292f 100644
--- a/src/gallium/drivers/llvmpipe/lp_flush.c
+++ b/src/gallium/drivers/llvmpipe/lp_flush.c
@@ -40,11 +40,11 @@
 
 /**
  * \param flags  bitmask of PIPE_FLUSH_x flags
- * \param fence  if non-null, returns pointer to a fench which can be waited on
+ * \param fence  if non-null, returns pointer to a fence which can be waited on
  */
 void
 llvmpipe_flush( struct pipe_context *pipe,
-		unsigned flags,
+                unsigned flags,
                 struct pipe_fence_handle **fence )
 {
    struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);




More information about the mesa-commit mailing list