From 40663864d2ee46afe246c15f5c4e6e380bb81720 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 13 Nov 2015 08:02:05 -0700 Subject: [PATCH] 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 20aa4980935..ddf7f497f1e 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. */ -- 2.30.2