Mesa (master): mesa: fix comment language

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 25 14:57:54 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Oct 25 08:45:37 2011 -0600

mesa: fix comment language

---

 src/mesa/main/context.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h
index a4c7ba2..a9df0a8 100644
--- a/src/mesa/main/context.h
+++ b/src/mesa/main/context.h
@@ -233,7 +233,7 @@ do {								\
  * glBegin()/glEnd() pair, with return value.
  * 
  * \param ctx GL context.
- * \param retval value to return value in case the assertion fails.
+ * \param retval value to return in case the assertion fails.
  */
 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval)		\
 do {									\
@@ -274,7 +274,7 @@ do {									\
  * glBegin()/glEnd() pair and flush the vertices, with return value.
  * 
  * \param ctx GL context.
- * \param retval value to return value in case the assertion fails.
+ * \param retval value to return in case the assertion fails.
  */
 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, retval)	\
 do {									\




More information about the mesa-commit mailing list