From: Roland Scheidegger Date: Tue, 13 Jul 2010 17:59:38 +0000 (+0200) Subject: llvmpipe: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=217926f350265a4d416a1bc550567c1334a37875;p=mesa.git llvmpipe: fix comment typo --- diff --git a/src/gallium/drivers/llvmpipe/lp_flush.c b/src/gallium/drivers/llvmpipe/lp_flush.c index d78656f4628..845292f4ab2 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);