From: Brian Paul Date: Wed, 22 Apr 2009 22:38:04 +0000 (-0600) Subject: mesa: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=725d50601c2c010ce427a23a6e023f79df8a3a22;p=mesa.git mesa: fix comment typo --- 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 ) {