summaryrefslogtreecommitdiff
path: root/src/glsl/opt_structure_splitting.cpp
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2010-11-17 10:43:10 -0800
committerKenneth Graunke <kenneth@whitecape.org>2010-11-17 12:07:24 -0800
commitdf883eb1575a740bf91e01cbe2eaa4dbc1f9f154 (patch)
treeeb01070cea2f1c110bc7649b6c89469778271c24 /src/glsl/opt_structure_splitting.cpp
parentb4cdba687c098eea2ecc61349a4ea02a8769909e (diff)
glsl: Fix Doxygen tag \file in recently renamed files
Diffstat (limited to 'src/glsl/opt_structure_splitting.cpp')
-rw-r--r--src/glsl/opt_structure_splitting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/opt_structure_splitting.cpp b/src/glsl/opt_structure_splitting.cpp
index ff3ec936eb8..d6191002c2f 100644
--- a/src/glsl/opt_structure_splitting.cpp
+++ b/src/glsl/opt_structure_splitting.cpp
@@ -22,7 +22,7 @@
*/
/**
- * \file ir_structure_splitting.cpp
+ * \file opt_structure_splitting.cpp
*
* If a structure is only ever referenced by its components, then
* split those components out to individual variables so they can be