From 87fcb60314c378f148ebe798b3d853994bb41fa2 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 20 Dec 2002 04:30:57 +0000 Subject: * c-pretty-print.h: Fix comment typos. * integrate.c: Likewise. * varasm.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/fr30/fr30.md: Likewise. * config/frv/frv.c: Likewise. * config/h8300/h8300.c: Likewise. * config/i386/i386.c: Likewise. * config/i386/i386.h: Likewise. * config/ia64/ia64.c: Likewise. * config/ia64/ia64.h: Likewise. * config/ip2k/ip2k.md: Likewise. * config/m68hc11/m68hc11-crt0.S: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/m68hc11/m68hc11.md: Likewise. * config/m68hc11/m68hc12.h: Likewise. * config/mcore/mcore.md: Likewise. * config/mips/mips.c: Likewise. * config/mips/mips.md: Likewise. * config/mmix/mmix-modes.def: Likewise. * config/pa/pa.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/rs6000/rs6000.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60354 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-pretty-print.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/c-pretty-print.h') diff --git a/gcc/c-pretty-print.h b/gcc/c-pretty-print.h index 0ab702e0a51..013ab6fa4a6 100644 --- a/gcc/c-pretty-print.h +++ b/gcc/c-pretty-print.h @@ -41,7 +41,7 @@ struct c_pretty_print_info Not used yet. */ int *offset_list; - /* These must be overriden by each of the C and C++ front-end to + /* These must be overridden by each of the C and C++ front-end to reflect their understanding of syntatic productions when they differ. */ c_pretty_print_fn declaration; c_pretty_print_fn declaration_specifiers; @@ -141,7 +141,7 @@ struct c_pretty_print_info /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This - macro must be overriden by any subclass of c_pretty_print_info. */ + macro must be overridden by any subclass of c_pretty_print_info. */ #define pp_c_base(PP) (PP) extern void pp_c_pretty_printer_init PARAMS ((c_pretty_printer)); -- cgit v1.2.1