Mesa (master): util: fix typo in debug_printf_once comment

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 7 00:56:59 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Feb  6 17:56:43 2012 -0700

util: fix typo in debug_printf_once comment

---

 src/gallium/auxiliary/util/u_debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index ed19cda..06470f6 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -101,7 +101,7 @@ debug_printf(const char *format, ...)
  * ... isn't portable so we need to pass arguments in parentheses.
  *
  * usage:
- *    debug_printf_once(("awnser: %i\n", 42));
+ *    debug_printf_once(("answer: %i\n", 42));
  */
 #define debug_printf_once(args) \
    do { \




More information about the mesa-commit mailing list