From: Brian Paul Date: Tue, 7 Feb 2012 00:56:43 +0000 (-0700) Subject: util: fix typo in debug_printf_once comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ab8403c25695535bfabd139cac9bf7012f56eae;p=mesa.git util: fix typo in debug_printf_once comment --- diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index ed19cda05a2..06470f66af1 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 { \