summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_simple_screen.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-01-31 15:14:38 -0500
committerZack Rusin <zackr@vmware.com>2009-01-31 15:14:38 -0500
commit969c728095e9a18036989f85610390c55ae61d5e (patch)
treede6065f69ec112c61ba486b79bfd5b02be5385e5 /src/gallium/auxiliary/util/u_simple_screen.h
parent26c9b1534388876797168cfece507fa7b9e8665a (diff)
gallium: initialize simple screen in drivers
Diffstat (limited to 'src/gallium/auxiliary/util/u_simple_screen.h')
-rw-r--r--src/gallium/auxiliary/util/u_simple_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_simple_screen.h b/src/gallium/auxiliary/util/u_simple_screen.h
index c575b46c85..6612a8a7c0 100644
--- a/src/gallium/auxiliary/util/u_simple_screen.h
+++ b/src/gallium/auxiliary/util/u_simple_screen.h
@@ -34,7 +34,7 @@ struct pipe_winsys;
/**
* The following function initializes a simple passthrough screen.
*
- * All the relevant screen function pointers will forward to the
+ * All the relevant screen function pointers will forwarded to the
* winsys.
*/
void u_simple_screen_init(struct pipe_screen *screen);