Mesa (master): mesa: minor comment fix in blend.c

Brian Paul brianp at kemper.freedesktop.org
Fri Nov 13 16:11:50 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Nov 13 08:02:05 2015 -0700

mesa: minor comment fix in blend.c

---

 src/mesa/main/blend.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 20aa498..ddf7f49 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -639,7 +639,7 @@ _mesa_AlphaFunc( GLenum func, GLclampf ref )
  * \param opcode operation.
  *
  * Verifies that \p opcode is a valid enum and updates
-gl_colorbuffer_attrib::LogicOp.
+ * gl_colorbuffer_attrib::LogicOp.
  * On a change, flushes the vertices and notifies the driver via the
  * dd_function_table::LogicOpcode callback.
  */




More information about the mesa-commit mailing list