Mesa (master): xmlpool.h: fix a typo

Corbin Simpson csimpson at kemper.freedesktop.org
Wed Aug 17 07:39:46 UTC 2011


Module: Mesa
Branch: master
Commit: 59e56957cce16e5d993974e4b7f339afc9cb949b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59e56957cce16e5d993974e4b7f339afc9cb949b

Author: Lauri Kasanen <cand at gmx.com>
Date:   Fri Jul  1 13:01:00 2011 +0300

xmlpool.h: fix a typo

---

 src/mesa/drivers/dri/common/xmlpool.h |    2 +-
 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 587517e..ffea430 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"
 




More information about the mesa-commit mailing list