aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-05-26 13:00:47 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-05-26 13:00:47 +0000
commit110abdbc6877d03e991d8d2eb03d479db1bab8e2 (patch)
treebf7ffb2b31635e32954ef15161507e715433586b /gcc/config/pa
parent4dad0aca146f96888dda601263e31f8621de1bae (diff)
downloadgcc-110abdbc6877d03e991d8d2eb03d479db1bab8e2.zip
gcc-110abdbc6877d03e991d8d2eb03d479db1bab8e2.tar.gz
gcc-110abdbc6877d03e991d8d2eb03d479db1bab8e2.tar.bz2
i386.c, [...]: Fix comment typos.
* config/i386/i386.c, config/pa/pa.c, config/spu/spu.c, df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h, fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h, tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/tm.texi: Follow spelling conventions. From-SVN: r125090
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 82951d6..6cd2be7 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -4220,7 +4220,7 @@ hppa_profile_hook (int label_no)
emit_move_insn (gen_rtx_REG (word_mode, 26), gen_rtx_REG (word_mode, 2));
- /* The address of the function is loaded into %r25 with a instruction-
+ /* The address of the function is loaded into %r25 with an instruction-
relative sequence that avoids the use of relocations. The sequence
is split so that the load_offset_label_address instruction can
occupy the delay slot of the call to _mcount. */