aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-12-13 04:11:23 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-13 04:11:23 +0000
commitba228239d22c745ed7e152fa211c065dc1c56918 (patch)
tree3ace7d8aa6d41f25c3ff3840fe7c4e81987b2a1b /gcc/local-alloc.c
parent7ecd45764f643c7c99b3100b50879ac69ec80113 (diff)
downloadgcc-ba228239d22c745ed7e152fa211c065dc1c56918.zip
gcc-ba228239d22c745ed7e152fa211c065dc1c56918.tar.gz
gcc-ba228239d22c745ed7e152fa211c065dc1c56918.tar.bz2
c-typeck.c: Fix comment typos.
* c-typeck.c: Fix comment typos. * calls.c: Likewise. * cfgcleanup.c: Likewise. * cgraph.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * expr.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * ggc-zone.c: Likewise. * ifcvt.c: Likewise. * local-alloc.c: Likewise. * predict.c: Likewise. * pretty-print.c: Likewise. * profile.c: Likewise. * ra-colorize.c: Likewise. * sched-vis.c: Likewise. * stor-layout.c: Likewise. From-SVN: r74594
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index 840b126..09c99a5 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -108,7 +108,7 @@ struct qty
/* Number of words needed to hold the data in given quantity.
This depends on its machine mode. It is used for these purposes:
- 1. It is used in computing the relative importances of qtys,
+ 1. It is used in computing the relative importance of qtys,
which determines the order in which we look for regs for them.
2. It is used in rules that prevent tying several registers of
different sizes in a way that is geometrically impossible