diff options
author | Roland Scheidegger <[email protected]> | 2010-07-13 19:59:38 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-07-13 19:59:38 +0200 |
commit | 217926f350265a4d416a1bc550567c1334a37875 (patch) | |
tree | 88db3d363984ef623aee6ab331c4466df7a8a5c0 /src/gallium/drivers/llvmpipe/lp_flush.c | |
parent | edac740095fb2514b512034b334947f72648cd51 (diff) |
llvmpipe: fix comment typo
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_flush.c')
-rw-r--r-- | 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 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); |