summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2011-07-01 13:01:00 +0300
committerLauri Kasanen <cand@gmx.com>2011-07-12 19:20:54 +0300
commitb9a49953c9503c3c382afe84ad29e49e13334857 (patch)
treead8d1aaa82446d720acf360a9e6f24cf3a9f0b71
parent7c15b620b4cf231231f99e8d63c8b3f75ff1620d (diff)
xmlpool.h: fix a typo
-rw-r--r--src/mesa/drivers/dri/common/xmlpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool.h b/src/mesa/drivers/dri/common/xmlpool.h
index 587517ea10..ffea430024 100644
--- 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 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"