summaryrefslogtreecommitdiff
path: root/src/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/ir_if_simplification.cpp2
-rw-r--r--src/glsl/ir_lower_jumps.cpp2
-rw-r--r--src/glsl/ir_mod_to_fract.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/glsl/ir_if_simplification.cpp b/src/glsl/ir_if_simplification.cpp
index 6882ef72b9..021615ebd1 100644
--- a/src/glsl/ir_if_simplification.cpp
+++ b/src/glsl/ir_if_simplification.cpp
@@ -22,7 +22,7 @@
*/
/**
- * \file ir_function_inlining.cpp
+ * \file ir_if_simplification.cpp
*
* Moves constant branches of if statements out to the surrounding
* instruction stream.
diff --git a/src/glsl/ir_lower_jumps.cpp b/src/glsl/ir_lower_jumps.cpp
index 79eb6f0939..b69cc1ec31 100644
--- a/src/glsl/ir_lower_jumps.cpp
+++ b/src/glsl/ir_lower_jumps.cpp
@@ -22,7 +22,7 @@
*/
/**
- * \file ir_remove_loop_jumps.cpp
+ * \file ir_lower_jumps.cpp
*/
#include "glsl_types.h"
diff --git a/src/glsl/ir_mod_to_fract.cpp b/src/glsl/ir_mod_to_fract.cpp
index 71c9472b12..c82a1f64fd 100644
--- a/src/glsl/ir_mod_to_fract.cpp
+++ b/src/glsl/ir_mod_to_fract.cpp
@@ -22,7 +22,7 @@
*/
/**
- * \file ir_mod_to_floor.cpp
+ * \file ir_mod_to_fract.cpp
*
* Breaks an ir_unop_mod expression down to (op1 * fract(op0 / op1))
*