summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-pretty-print.h')
-rw-r--r--gcc/c-family/c-pretty-print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-pretty-print.h b/gcc/c-family/c-pretty-print.h
index ae89e14720f..ba7624dab1f 100644
--- a/gcc/c-family/c-pretty-print.h
+++ b/gcc/c-family/c-pretty-print.h
@@ -46,7 +46,7 @@ typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
language using C syntax can derive from this datatype and reuse
facilities provided here. A derived pretty-printer can override
any function listed in the vtable below. See cp/cxx-pretty-print.h
- and cp/cxx-pretty-print.c for an example of derivation. */
+ and cp/cxx-pretty-print.cc for an example of derivation. */
class c_pretty_printer : public pretty_printer
{
public: