summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/target-helpers
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-10-15 15:38:29 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-10-15 19:13:00 +0100
commitf8f3baa43a3954b7078e5e24b41ae123f398bff8 (patch)
tree2350663a8bd54489c9d05cd4c4ebb03491ba3cab /src/gallium/auxiliary/target-helpers
parent992e7c72797545e5d7dac11c4714c107be07d41c (diff)
wrapper: Fix spelling
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r--src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h b/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
index 0b4e740403..f686da6ac8 100644
--- a/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
+++ b/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
@@ -15,7 +15,7 @@ sw_screen_wrap(struct pipe_screen *screen)
struct sw_winsys *sws;
struct pipe_screen *sw_screen;
- sws = wrapper_sw_winsys_warp_pipe_screen(screen);
+ sws = wrapper_sw_winsys_wrap_pipe_screen(screen);
if (!sws)
goto err;