diff options
author | Fred Fish <fnf@specifix.com> | 2006-05-19 20:42:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2006-05-19 20:42:47 +0000 |
commit | a1f5b8454cd3a0e8c1634b708ef8e2cfcecef2db (patch) | |
tree | 89393037494bf8ff48ca6871f49b2f72336188f0 /gdb/mips-tdep.c | |
parent | 4d345610f7ce5bd24162f31f804a552b6a0393ee (diff) | |
download | gdb-a1f5b8454cd3a0e8c1634b708ef8e2cfcecef2db.zip gdb-a1f5b8454cd3a0e8c1634b708ef8e2cfcecef2db.tar.gz gdb-a1f5b8454cd3a0e8c1634b708ef8e2cfcecef2db.tar.bz2 |
Checked in under the 'obvious fix rule'
2006-05-19 Fred Fish <fnf@specifix.com>
* Makefile.in: Fix spelling of 'explicitly' and 'explicit'.
* dwarfread.c: Fix spelling of 'unexpected'.
* mips-tdep.c: Fix spelling of 'possible' and 'Determine'.
* stack.c: Fix spelling of 'RETURN_VALUE'.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 4378206..6150f38 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -2323,7 +2323,7 @@ struct mips_objfile_private /* According to the current ABI, should the type be passed in a floating-point register (assuming that there is space)? When there - is no FPU, FP are not even considered as possibile candidates for + is no FPU, FP are not even considered as possible candidates for FP registers and, consequently this returns false - forces FP arguments into integer registers. */ @@ -2644,7 +2644,7 @@ mips_eabi_push_dummy_call (struct gdbarch *gdbarch, struct value *function, return sp; } -/* Determin the return value convention being used. */ +/* Determine the return value convention being used. */ static enum return_value_convention mips_eabi_return_value (struct gdbarch *gdbarch, |