mesa: minor comment fix in blend.c
authorBrian Paul <brianp@vmware.com>
Fri, 13 Nov 2015 15:02:05 +0000 (08:02 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 13 Nov 2015 15:02:19 +0000 (08:02 -0700)
src/mesa/main/blend.c

index 20aa49809350358232060ee7af9c03504abd8f5b..ddf7f497f1e1cc08a752bfe4285a2a59257472c6 100644 (file)
@@ -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.
  */