From: Anuj Phogat Date: Fri, 26 Jun 2015 22:39:40 +0000 (-0700) Subject: mesa: Fix typo in a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56980f107ef64d0a5bfc5d292cc891661e47d0f0;p=mesa.git mesa: Fix typo in a comment Signed-off-by: Anuj Phogat --- diff --git a/src/mesa/main/glformats.c b/src/mesa/main/glformats.c index 6688abe7c2c..c3fd7341ebc 100644 --- a/src/mesa/main/glformats.c +++ b/src/mesa/main/glformats.c @@ -1324,7 +1324,7 @@ _mesa_unpack_format_to_base_format(GLenum format) } /** - * Convert various base formats to the cooresponding integer format. + * Convert various base formats to the corresponding integer format. */ GLenum _mesa_base_format_to_integer_format(GLenum format)