summaryrefslogtreecommitdiffstats
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-30 07:12:58 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-30 07:12:58 +0000
commit365db11eea46f39f4e46a11a6509d212e41c2307 (patch)
tree353029a3fd14257b6028935077f92705d8a886d5 /gcc/haifa-sched.c
parent8ed01400ddf7575d1965862fd356aa32b8efae47 (diff)
downloadppe42-gcc-365db11eea46f39f4e46a11a6509d212e41c2307.tar.gz
ppe42-gcc-365db11eea46f39f4e46a11a6509d212e41c2307.zip
* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h, fold-const.c, gcc.c, gimplify.c, haifa-sched.c, modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c, tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c, tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 6a212f1ccc2..af8b8a70157 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -259,7 +259,7 @@ static rtx note_list;
description interface, MAX_INSN_QUEUE_INDEX is a power of two minus
one which is larger than maximal time of instruction execution
computed by genattr.c on the base maximal time of functional unit
- reservations and geting a result. This is the longest time an
+ reservations and getting a result. This is the longest time an
insn may be queued. */
#define MAX_INSN_QUEUE_INDEX max_insn_queue_index_macro_value
OpenPOWER on IntegriCloud