From d716ce7550da0dcd99ca4759fdfcdcef7793c0f6 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 18 Jan 2003 02:26:43 +0000 Subject: * alias.c: Fix comment typos. * basic-block.h: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * c-pragma.c: Likewise. * c-pretty-print.h: Likewise. * cfg.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * convert.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.h: Likewise. * df.h: Likewise. * diagnostic.c: Likewise. * diagnostic.h: Likewise. * dwarf2.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61462 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-pretty-print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-pretty-print.h') diff --git a/gcc/c-pretty-print.h b/gcc/c-pretty-print.h index 013ab6fa4a6..3bdd6fec4a7 100644 --- a/gcc/c-pretty-print.h +++ b/gcc/c-pretty-print.h @@ -42,7 +42,7 @@ struct c_pretty_print_info int *offset_list; /* These must be overridden by each of the C and C++ front-end to - reflect their understanding of syntatic productions when they differ. */ + reflect their understanding of syntactic productions when they differ. */ c_pretty_print_fn declaration; c_pretty_print_fn declaration_specifiers; c_pretty_print_fn type_specifier; -- cgit v1.2.1