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

Kenneth Graunke kwg at kemper.freedesktop.org
Wed Feb 29 23:05:42 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Feb 28 13:33:50 2012 -0800

mesa: Fix typo in comment.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

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

diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index f3cca93..6fb016b 100644
--- a/src/mesa/main/vtxfmt.c
+++ b/src/mesa/main/vtxfmt.c
@@ -41,7 +41,7 @@
 #if FEATURE_beginend
 
 /**
- * Use the per-vertex functions found in <vfmt> to initialoze the given
+ * Use the per-vertex functions found in <vfmt> to initialize the given
  * API dispatch table.
  */
 static void




More information about the mesa-commit mailing list