diff options
author | Zack Rusin <zackr@vmware.com> | 2009-01-31 15:14:38 -0500 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2009-01-31 15:14:38 -0500 |
commit | 969c728095e9a18036989f85610390c55ae61d5e (patch) | |
tree | de6065f69ec112c61ba486b79bfd5b02be5385e5 /src/gallium/auxiliary/util/u_simple_screen.h | |
parent | 26c9b1534388876797168cfece507fa7b9e8665a (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.h | 2 |
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); |