summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-11-13 08:02:05 -0700
committerBrian Paul <brianp@vmware.com>2015-11-13 08:02:19 -0700
commit40663864d2ee46afe246c15f5c4e6e380bb81720 (patch)
tree8e530751a4b77c97b26a66e42cec4c0592acb827 /src/mesa/main/blend.c
parent5a5efbf804eb848553b85f498bf4c4340d748c3d (diff)
downloadexternal_mesa3d-40663864d2ee46afe246c15f5c4e6e380bb81720.zip
external_mesa3d-40663864d2ee46afe246c15f5c4e6e380bb81720.tar.gz
external_mesa3d-40663864d2ee46afe246c15f5c4e6e380bb81720.tar.bz2
mesa: minor comment fix in blend.c
Diffstat (limited to 'src/mesa/main/blend.c')
-rw-r--r--src/mesa/main/blend.c2
1 files changed, 1 insertions, 1 deletions
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.
*/