summaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2006-05-19 20:42:47 +0000
committerFred Fish <fnf@specifix.com>2006-05-19 20:42:47 +0000
commit861bb61f41002b6dc3fdf4d7d8aebf5de6e265a2 (patch)
tree7fe03989ee943c757fc8846790e19edaf6bad022 /gdb/stack.c
parent1f16fede25347c62c1a154392d65396f893cb2a7 (diff)
downloadgdb-861bb61f41002b6dc3fdf4d7d8aebf5de6e265a2.tar.gz
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/stack.c')
-rw-r--r--gdb/stack.c2
1 files changed, 1 insertions, 1 deletions
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);