X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fc-pretty-print.h;h=3bdd6fec4a745fdc7ec17ac71d9c1946bf44f6cf;hp=0ab702e0a51abc8819b78186c7389931f02fdd38;hb=4e84a9475cf7e6be1993534b52cd93556c6cb33b;hpb=980451feb8082d9b55d909b6fbf922ad1e83e6d3 diff --git a/gcc/c-pretty-print.h b/gcc/c-pretty-print.h index 0ab702e0a51..3bdd6fec4a7 100644 --- a/gcc/c-pretty-print.h +++ b/gcc/c-pretty-print.h @@ -41,8 +41,8 @@ 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 - reflect their understanding of syntatic productions when they differ. */ + /* These must be overridden by each of the C and C++ front-end to + 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; @@ -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));