From: Fred Fish Date: Fri, 19 May 2006 20:42:47 +0000 (+0000) Subject: Checked in under the 'obvious fix rule' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1f5b8454cd3a0e8c1634b708ef8e2cfcecef2db;p=binutils-gdb.git Checked in under the 'obvious fix rule' 2006-05-19 Fred Fish * 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'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 466a478c7f8..4527054cd2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2006-05-19 Fred Fish + + * 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'. + 2006-05-18 Paul Gilliam tag)); break; } diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 43782062ebe..6150f383428 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, diff --git a/gdb/stack.c b/gdb/stack.c index d0bbc87b1cb..6eb96dc17c2 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1829,7 +1829,7 @@ If you continue, the return value that you specified will be ignored.\n"; frame). */ frame_pop (get_current_frame ()); - /* Store RETURN_VAUE in the just-returned register set. */ + /* Store RETURN_VALUE in the just-returned register set. */ if (return_value != NULL) { struct type *return_type = value_type (return_value);