From 4ab8403c25695535bfabd139cac9bf7012f56eae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 6 Feb 2012 17:56:43 -0700 Subject: [PATCH] util: fix typo in debug_printf_once comment --- src/gallium/auxiliary/util/u_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { \ -- 2.30.2