diff options
author | Lauri Kasanen <[email protected]> | 2011-07-01 13:01:00 +0300 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2011-08-17 00:39:17 -0700 |
commit | 59e56957cce16e5d993974e4b7f339afc9cb949b (patch) | |
tree | 9e11b21811d55a6c774f7d05fc42a4581a90ae67 /src/mesa/drivers/dri/common | |
parent | b629d5ba24f76ed6af35455a874d351fde1e5bbe (diff) |
xmlpool.h: fix a typo
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | 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 587517ea10a..ffea430024d 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" |