Mesa (master): mesa: Fix typo in a comment

Anuj Phogat aphogat at kemper.freedesktop.org
Fri Jul 24 19:12:33 UTC 2015


Module: Mesa
Branch: master
Commit: 56980f107ef64d0a5bfc5d292cc891661e47d0f0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56980f107ef64d0a5bfc5d292cc891661e47d0f0

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Fri Jun 26 15:39:40 2015 -0700

mesa: Fix typo in a comment

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 src/mesa/main/glformats.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)




More information about the mesa-commit mailing list