From 05e7f7f4388bde882b7ce74124000a4d435affff Mon Sep 17 00:00:00 2001 From: Zoë Blade Date: Wed, 22 Apr 2015 11:33:17 +0100 Subject: Fix a few typos Reviewed-by: Francisco Jerez --- src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/winsys/svga/drm') diff --git a/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c b/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c index 888aebb2bdc..b17dabc6ce5 100644 --- a/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c +++ b/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c @@ -286,7 +286,7 @@ fenced_buffer_remove_locked(struct fenced_manager *fenced_mgr, /** * Wait for the fence to expire, and remove it from the fenced list. * - * This function will release and re-aquire the mutex, so any copy of mutable + * This function will release and re-acquire the mutex, so any copy of mutable * state must be discarded after calling it. */ static INLINE enum pipe_error @@ -321,7 +321,7 @@ fenced_buffer_finish_locked(struct fenced_manager *fenced_mgr, /* * Only proceed if the fence object didn't change in the meanwhile. * Otherwise assume the work has been already carried out by another - * thread that re-aquired the lock before us. + * thread that re-acquired the lock before us. */ proceed = fence == fenced_buf->fence ? TRUE : FALSE; -- cgit v1.2.3