diff options
author | Brian Paul <[email protected]> | 2009-04-22 16:38:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-22 16:38:04 -0600 |
commit | 725d50601c2c010ce427a23a6e023f79df8a3a22 (patch) | |
tree | 2cba5ef03a38c4a1fad1a840b7437441bf70fdc4 /src/mesa/main | |
parent | c5a97eda32d37de7d1154288bf4298dff3542551 (diff) |
mesa: fix comment typo
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/pixel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 52781e048ec..57ae9c721a8 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -819,7 +819,7 @@ update_image_transfer_state(GLcontext *ctx) /** - * Update meas pixel transfer derived state. + * Update mesa pixel transfer derived state. */ void _mesa_update_pixel( GLcontext *ctx, GLuint new_state ) { |