summaryrefslogtreecommitdiff
path: root/gcc/vtable-verify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/vtable-verify.cc')
-rw-r--r--gcc/vtable-verify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vtable-verify.cc b/gcc/vtable-verify.cc
index 2bd40b94792..48f9987082e 100644
--- a/gcc/vtable-verify.cc
+++ b/gcc/vtable-verify.cc
@@ -109,7 +109,7 @@ along with GCC; see the file COPYING3. If not see
are defined in gcc/vtable-verify.h. These data structures are
shared with the code in the C++ front end that collects the class
hierarchy & vtable information and generates the vtable map
- variables (see cp/vtable-class-hierarchy.c). This tree pass should
+ variables (see cp/vtable-class-hierarchy.cc). This tree pass should
run just before the gimple is converted to RTL.
Some implementation details for this pass: