From: Brian Paul Date: Tue, 25 Oct 2011 14:45:37 +0000 (-0600) Subject: mesa: fix comment language X-Git-Tag: android-x86-4.4-r1~9167 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=05720e14ba1072c547fc2388738ed4f70a6630b6;p=android-x86%2Fexternal-mesa.git mesa: fix comment language --- diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index a4c7ba2c54d..a9df0a866a7 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 { \