projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b629d5b
)
xmlpool.h: fix a typo
author
Lauri Kasanen
<cand@gmx.com>
Fri, 1 Jul 2011 10:01:00 +0000
(13:01 +0300)
committer
Corbin Simpson
<MostAwesomeDude@gmail.com>
Wed, 17 Aug 2011 07:39:17 +0000
(
00:39
-0700)
src/mesa/drivers/dri/common/xmlpool.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/xmlpool.h
b/src/mesa/drivers/dri/common/xmlpool.h
index 587517ea10ab46ff78e3e4431aeab99d7876647f..ffea430024d61d4e425f1a3fa06525943ef74ce0 100644
(file)
--- a/
src/mesa/drivers/dri/common/xmlpool.h
+++ b/
src/mesa/drivers/dri/common/xmlpool.h
@@
-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 q
ou
ted default value */
+/** \brief Begin an option definition with q
uo
ted default value */
#define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
"<option name=\""#name"\" type=\""#type"\" default="#def">\n"