Mesa (master): mesa: fix comment typo: s/formaat/format/

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 29 18:55:42 UTC 2013


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 29 11:52:39 2013 -0700

mesa: fix comment typo: s/formaat/format/

---

 src/mesa/main/formats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index 47a1d68..1c9e633 100644
--- a/src/mesa/main/formats.c
+++ b/src/mesa/main/formats.c
@@ -2649,7 +2649,7 @@ _mesa_format_to_type_and_comps(gl_format format,
 }
 
 /**
- * Check if a gl_format exactly matches a GL formaat/type combination
+ * Check if a gl_format exactly matches a GL format/type combination
  * such that we can use memcpy() from one to the other.
  * \param gl_format  a MESA_FORMAT_x value
  * \param format  the user-specified image format




More information about the mesa-commit mailing list