aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-23 02:05:19 +0000
committerJoseph Myers <jsm28@cam.ac.uk>2001-11-23 02:05:19 +0000
commitfd6e316ecb730937171680651a40c5d029d5ce4a (patch)
tree827acc65803788d44d036826826c0366d5c3edc9 /gcc/genrecog.c
parent439ef37826076f310ebeaf5cc3e6fae54850edfc (diff)
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c, cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c, dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h, explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c, sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@47279 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 0e7356bdab4..fe1a42bbc54 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -1665,7 +1665,7 @@ find_afterward (head, real_afterward)
{
struct decision *p, *q, *afterward;
- /* We can't propogate alternatives across subroutine boundaries.
+ /* We can't propagate alternatives across subroutine boundaries.
This is not incorrect, merely a minor optimization loss. */
p = head->first;