llvmpipe: fix comment typo
authorRoland Scheidegger <sroland@vmware.com>
Tue, 13 Jul 2010 17:59:38 +0000 (19:59 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 13 Jul 2010 17:59:38 +0000 (19:59 +0200)
src/gallium/drivers/llvmpipe/lp_flush.c

index d78656f..845292f 100644 (file)
 
 /**
  * \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);