summaryrefslogtreecommitdiff
path: root/src/glsl/lower_mod_to_fract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/lower_mod_to_fract.cpp')
-rw-r--r--src/glsl/lower_mod_to_fract.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/lower_mod_to_fract.cpp b/src/glsl/lower_mod_to_fract.cpp
index c82a1f64fd..ff907ae97c 100644
--- a/src/glsl/lower_mod_to_fract.cpp
+++ b/src/glsl/lower_mod_to_fract.cpp
@@ -22,7 +22,7 @@
*/
/**
- * \file ir_mod_to_fract.cpp
+ * \file lower_mod_to_fract.cpp
*
* Breaks an ir_unop_mod expression down to (op1 * fract(op0 / op1))
*