diff options
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); |