summaryrefslogtreecommitdiffstats
path: root/gcc/c-pretty-print.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-21 06:52:23 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-21 06:52:23 +0000
commit40e55fbbd58fe04a45af0335bc0b945cec36c9c9 (patch)
tree0d4b948f3cd1c5a953e88b9bfe820b459208b6a4 /gcc/c-pretty-print.c
parentcae385f78cda7853d57e5fb2ec23a9cd7a045631 (diff)
downloadppe42-gcc-40e55fbbd58fe04a45af0335bc0b945cec36c9c9.tar.gz
ppe42-gcc-40e55fbbd58fe04a45af0335bc0b945cec36c9c9.zip
* ChangeLog.7: Fix comment typos.
* c-common.c: Likewise. * c-pretty-print.c: Likewise. * cgraphunit.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genautomata.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * haifa-sched.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * pretty-print.h: Likewise. * regrename.c: Likewise. * rtl.h: Likewise. * sched-rgn.c: Likewise. * target.h: Likewise. * value-prof.c: Likewise. * web.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r--gcc/c-pretty-print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c
index b2161b0b6a3..7d0a157acf1 100644
--- a/gcc/c-pretty-print.c
+++ b/gcc/c-pretty-print.c
@@ -1820,7 +1820,7 @@ pp_c_expression (c_pretty_printer *pp, tree e)
/* statement:
labeled-statement
- coumpound-statement
+ compound-statement
expression-statement
selection-statement
iteration-statement
@@ -1870,7 +1870,7 @@ pp_c_statement (c_pretty_printer *pp, tree stmt)
pp_needs_newline (pp) = true;
break;
- /* coumpound-statement:
+ /* compound-statement:
{ block-item-list(opt) }
block-item-list:
OpenPOWER on IntegriCloud