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/stack.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/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index d0bbc87..6eb96dc 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); |