diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-19 22:13:05 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-19 22:13:05 +0000 |
commit | 696e78bfb864080fe4c5d608334634c0aa326b00 (patch) | |
tree | 71196bf3c67910a8df648dd8986d3e4cc07b2067 /gcc/config/mcore | |
parent | 30ee829f8116d6a9cdd4c5ef2d5e8a51fb4154b2 (diff) | |
download | gcc-696e78bfb864080fe4c5d608334634c0aa326b00.zip gcc-696e78bfb864080fe4c5d608334634c0aa326b00.tar.gz gcc-696e78bfb864080fe4c5d608334634c0aa326b00.tar.bz2 |
tree-ssa-phiopt.c, [...]: Fix comment typos.
* tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
config/mcore/mcore.c: Fix comment typos.
From-SVN: r98421
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r-- | gcc/config/mcore/mcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c index 6816a80..0b8b415 100644 --- a/gcc/config/mcore/mcore.c +++ b/gcc/config/mcore/mcore.c @@ -2705,7 +2705,7 @@ handle_structs_in_regs (enum machine_mode mode, tree type, int reg) { int size; - /* The MCore ABI defines that a structure whoes size is not a whole multiple + /* The MCore ABI defines that a structure whose size is not a whole multiple of bytes is passed packed into registers (or spilled onto the stack if not enough registers are available) with the last few bytes of the structure being packed, left-justified, into the last register/stack slot. |