summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 02:26:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 02:26:43 +0000
commit95bd1dd72f8e33c77da74e7e6707f206784f6b15 (patch)
tree6a219732ec330734a0ab46ead554f3e3bd32ba25 /gcc/c-pretty-print.h
parentd5840e09def0a9a4efbcc31ae5bf30b9761335bd (diff)
downloadgcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.gz
alias.c: Fix comment typos.
* 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. From-SVN: r61462
Diffstat (limited to 'gcc/c-pretty-print.h')
-rw-r--r--gcc/c-pretty-print.h2
1 files changed, 1 insertions, 1 deletions
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;