projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a97ed
)
mesa: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Apr 2009 22:38:04 +0000
(16:38 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Apr 2009 22:38:04 +0000
(16:38 -0600)
src/mesa/main/pixel.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/pixel.c
b/src/mesa/main/pixel.c
index 52781e048ecc47da1aea6d32eb0c22b95512816d..57ae9c721a823e42b0aefac04f045eca947773fc 100644
(file)
--- a/
src/mesa/main/pixel.c
+++ b/
src/mesa/main/pixel.c
@@
-819,7
+819,7
@@
update_image_transfer_state(GLcontext *ctx)
/**
- * Update me
as
pixel transfer derived state.
+ * Update me
sa
pixel transfer derived state.
*/
void _mesa_update_pixel( GLcontext *ctx, GLuint new_state )
{