From: Brian Paul Date: Fri, 13 Nov 2015 15:02:05 +0000 (-0700) Subject: mesa: minor comment fix in blend.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40663864d2ee46afe246c15f5c4e6e380bb81720;p=mesa.git mesa: minor comment fix in blend.c --- 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. */