mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 12:00:12 +01:00
util: fix typo in debug_printf_once comment
This commit is contained in:
parent
c0c979eebc
commit
4ab8403c25
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue