summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.c
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2015-06-26 15:39:40 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2015-07-24 10:48:59 -0700
commit56980f107ef64d0a5bfc5d292cc891661e47d0f0 (patch)
tree6f9edd70ffc9ed2a376c857948d21309204e8a29 /src/mesa/main/glformats.c
parenta9cbb2c722615e11818066cbe33006c5cfc43381 (diff)
downloadexternal_mesa3d-56980f107ef64d0a5bfc5d292cc891661e47d0f0.zip
external_mesa3d-56980f107ef64d0a5bfc5d292cc891661e47d0f0.tar.gz
external_mesa3d-56980f107ef64d0a5bfc5d292cc891661e47d0f0.tar.bz2
mesa: Fix typo in a comment
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Diffstat (limited to 'src/mesa/main/glformats.c')
-rw-r--r--src/mesa/main/glformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/glformats.c b/src/mesa/main/glformats.c
index 6688abe..c3fd734 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)