aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-02-25 18:00:09 -0700
committerBrian Paul <[email protected]>2013-02-26 08:20:16 -0700
commit62329d77b8065b5fd41179d6013c8adf6d86cfc7 (patch)
tree6e06fa697f4e284bba10cfb7341b71187abbcd90
parent02bf645111b4cf217c44dedac40560b1f3d3328c (diff)
winsys/null: fix var typo templet->templat
-rw-r--r--src/gallium/winsys/sw/null/null_sw_winsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/sw/null/null_sw_winsys.c b/src/gallium/winsys/sw/null/null_sw_winsys.c
index 73b777f6296..44849da1403 100644
--- a/src/gallium/winsys/sw/null/null_sw_winsys.c
+++ b/src/gallium/winsys/sw/null/null_sw_winsys.c
@@ -93,7 +93,7 @@ null_sw_displaytarget_create(struct sw_winsys *winsys,
static struct sw_displaytarget *
null_sw_displaytarget_from_handle(struct sw_winsys *winsys,
- const struct pipe_resource *templet,
+ const struct pipe_resource *templat,
struct winsys_handle *whandle,
unsigned *stride)
{