aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-17 23:03:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-17 23:03:37 +0000
commit321440fd61650045e452baefdc590043ff2e9e54 (patch)
treea4758a15eeed1fab191e5593744da2ffa297e65f /gcc/rtlanal.c
parent7b50a809ec4c5aa804d3841e1f573bb72bc0c263 (diff)
downloadgcc-321440fd61650045e452baefdc590043ff2e9e54.zip
gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.gz
gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment typos. From-SVN: r77995
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r--gcc/rtlanal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index 82a112c..c408521 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -3731,7 +3731,7 @@ hoist_insn_to_edge (rtx insn, edge e, rtx val, rtx new)
abort ();
/* Do not use emit_insn_on_edge as we want to preserve notes and similar
- stuff. We also emit CALL_INSNS and firends. */
+ stuff. We also emit CALL_INSNS and friends. */
if (e->insns == NULL_RTX)
{
start_sequence ();