aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv.md
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-28 15:29:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-28 15:29:45 +0000
commit43aa4e05ea72d300ede141b3222e54f77c6ea4a7 (patch)
treed6229d36c3ba1bde96e6ff5cf2b04b6fb1b8d777 /gcc/config/frv/frv.md
parent13e8651c8a52719e6e5a8b4b1a6552bffd7bcd79 (diff)
downloadgcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.zip
gcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.tar.gz
gcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.tar.bz2
ChangeLog.4: Fix typos.
* ChangeLog.4: Fix typos. * ChangeLog.6: Likewise. * FSFChangeLog.10: Likewise. * genattrtab.c: Fix comment typos. * haifa-sched.c: Likewise. * real.c: Likewise. * tree.h: Likewise. * config/arm/arm.c: Likewise. * config/arm/crti.asm: Likewise. * config/arm/crtn.asm: Likewise. * config/frv/frv.c: Likewise. * config/frv/frv.md: Likewise. * config/h8300/h8300.md: Likewise. * config/i386/rtemself.h: Likewise. * config/ia64/unwind-ia64.c: Likewise. * config/ip2k/ip2k.h: Likewise. * config/m88k/m88k.c: Likewise. * config/m88k/m88k.md: Likewise. * config/mips/sr71k.md: Likewise. * config/mmix/mmix.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/sh/sh.md: Likewise. From-SVN: r57614
Diffstat (limited to 'gcc/config/frv/frv.md')
-rw-r--r--gcc/config/frv/frv.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/frv/frv.md b/gcc/config/frv/frv.md
index ac078ba..a5e82ee 100644
--- a/gcc/config/frv/frv.md
+++ b/gcc/config/frv/frv.md
@@ -5524,7 +5524,7 @@
}")
;; Called after register allocation to add any instructions needed for the
-;; epilogue. Using a epilogue insn is favored compared to putting all of the
+;; epilogue. Using an epilogue insn is favored compared to putting all of the
;; instructions in the FUNCTION_EPILOGUE macro, since it allows the scheduler
;; to intermix instructions with the restires of the caller saved registers.
;; In some cases, it might be necessary to emit a barrier instruction as the