diff options
author | Jakob Bornecrantz <[email protected]> | 2010-10-15 15:38:29 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-10-15 19:13:00 +0100 |
commit | f8f3baa43a3954b7078e5e24b41ae123f398bff8 (patch) | |
tree | 2350663a8bd54489c9d05cd4c4ebb03491ba3cab /src/gallium/auxiliary/target-helpers | |
parent | 992e7c72797545e5d7dac11c4714c107be07d41c (diff) |
wrapper: Fix spelling
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r-- | src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h | 2 |
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 0b4e7404034..f686da6ac81 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; |