>From 1537c66a98ec0d70e92d476e34fc4ded2a12394a Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <c...@gmx.com>
Date: Fri, 1 Jul 2011 13:01:00 +0300
Subject: [PATCH 2/3] xmlpool.h: fix a typo


Signed-off-by: Lauri Kasanen <c...@gmx.com>
---
 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"
 
-- 
1.7.2.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to