diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-30 16:27:30 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-30 16:27:30 +0000 |
commit | 7bd28bbae4ff4dd2612545c506c6c9d33bc28cfc (patch) | |
tree | 5061220e8209778aa37f21016395d5b6b6291a31 /gcc/config/mips | |
parent | f5f73833861ce97751013846a39178e2587b9e4c (diff) | |
download | gcc-7bd28bbae4ff4dd2612545c506c6c9d33bc28cfc.tar.gz |
* bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,
cppfiles.c, fold-const.c, ggc-zone.c, loop-doloop.c, optabs.c,
reg-stack.c, varasm.c, config/alpha/ev4.md,
config/alpha/ev5.md, config/alpha/ev6.md, config/arm/arm.c,
config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.c,
config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
config/frv/frv.h, config/frv/frv.md, config/h8300/h8300.c,
config/i386/i386.c, config/i386/i386.md, config/i386/winnt.c,
config/ia64/itanium2.md, config/ip2k/ip2k.c,
config/mips/mips.c, config/mips/mips.h, config/mips/sr71k.md,
config/pa/pa.c, config/s390/s390.c, config/sh/sh.c: Fix
comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.c | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/sr71k.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index bbb664ec0b9..ccb2b3fbab8 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -4762,7 +4762,7 @@ override_options (void) (1) The value of an R_MIPS_GOT16 relocation depends on whether the symbol is local or global. We therefore need to know - a symbol's binding before refering to it using %got(). + a symbol's binding before referring to it using %got(). (2) R_MIPS_CALL16 can only be applied to global symbols. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index e678ba98449..3c3936d8533 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -2076,7 +2076,7 @@ extern enum reg_class mips_char_to_class[256]; `T' is for constant move_operands that cannot be safely loaded into $25. `U' is for constant move_operands that can be safely loaded into $25. `W' is for memory references that are based on a member of BASE_REG_CLASS. - This is true for all non-mips16 references (although it can somtimes + This is true for all non-mips16 references (although it can sometimes be indirect if !TARGET_EXPLICIT_RELOCS). For mips16, it excludes stack and constant-pool references. */ diff --git a/gcc/config/mips/sr71k.md b/gcc/config/mips/sr71k.md index ef7e650da77..f1ce973b335 100644 --- a/gcc/config/mips/sr71k.md +++ b/gcc/config/mips/sr71k.md @@ -17,7 +17,7 @@ ;; contrived to support published timings. ;; ;; Reference: -;; "SR3 Microporocessor Specification, System development information," +;; "SR3 Microprocessor Specification, System development information," ;; Revision 1.0, 13 December 2000. ;; ;; |