mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
xmlpool.h: fix a typo
This commit is contained in:
parent
b629d5ba24
commit
59e56957cc
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
#define DRI_CONF_OPT_BEGIN(name,type,def) \
|
||||
"<option name=\""#name"\" type=\""#type"\" default=\""#def"\">\n"
|
||||
|
||||
/** \brief Begin an option definition with qouted default value */
|
||||
/** \brief Begin an option definition with quoted default value */
|
||||
#define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
|
||||
"<option name=\""#name"\" type=\""#type"\" default="#def">\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue