diff options
author | Brian Paul <[email protected]> | 2015-11-13 08:02:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-11-13 08:02:19 -0700 |
commit | 40663864d2ee46afe246c15f5c4e6e380bb81720 (patch) | |
tree | 8e530751a4b77c97b26a66e42cec4c0592acb827 /src | |
parent | 5a5efbf804eb848553b85f498bf4c4340d748c3d (diff) |
mesa: minor comment fix in blend.c
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/blend.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |