projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c979e
)
util: fix typo in debug_printf_once comment
author
Brian Paul
<brianp@vmware.com>
Tue, 7 Feb 2012 00:56:43 +0000
(17:56 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 7 Feb 2012 00:56:43 +0000
(17:56 -0700)
src/gallium/auxiliary/util/u_debug.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.h
b/src/gallium/auxiliary/util/u_debug.h
index ed19cda05a29e6e14b93206931e4ebf954b8d369..06470f66af15e847251dbe7d13c17835fa49e8a0 100644
(file)
--- 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(("a
wns
er: %i\n", 42));
+ * debug_printf_once(("a
nsw
er: %i\n", 42));
*/
#define debug_printf_once(args) \
do { \