OSDN Git Service

winsys/null: fix var typo templet->templat
authorBrian Paul <brianp@vmware.com>
Tue, 26 Feb 2013 01:00:09 +0000 (18:00 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 26 Feb 2013 15:20:16 +0000 (08:20 -0700)
src/gallium/winsys/sw/null/null_sw_winsys.c

index 73b777f..44849da 100644 (file)
@@ -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)
 {