summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 23:22:00 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-19 23:22:00 +0000
commit91c82c20c59b724ac410dd75d378e0798edb4e1b (patch)
treecfd217c7e698d0aaf23ec02241ccbff7719cb9c0 /gcc/cfgbuild.c
parent16cdef4540f82fb1890edce9cc45abab9e6b9f5d (diff)
downloadgcc-91c82c20c59b724ac410dd75d378e0798edb4e1b.tar.gz
* builtins.c: Fix comment typos.
* c-common.c: Likewise. * c-decl.c: Likewise. * c-pretty-print.c: Likewise. * cfgbuild.c: Likewise. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * haifa-sched.c: Likewise. * pretty-print.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * value-prof.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgbuild.c')
-rw-r--r--gcc/cfgbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c
index eb7fd22e331..cd662da4a6d 100644
--- a/gcc/cfgbuild.c
+++ b/gcc/cfgbuild.c
@@ -121,7 +121,7 @@ control_flow_insn_p (rtx insn)
return (flag_non_call_exceptions && can_throw_internal (insn));
case BARRIER:
- /* It is nonsence to reach barrier when looking for the
+ /* It is nonsense to reach barrier when looking for the
end of basic block, but before dead code is eliminated
this may happen. */
return false;