util: fix typo in debug_printf_once comment

This commit is contained in:
Brian Paul 2012-02-06 17:56:43 -07:00
parent c0c979eebc
commit 4ab8403c25

View file

@ -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 { \