diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-10-10 00:28:43 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-10-10 00:28:43 +0000 |
commit | 67938b61d06ff342bc6578d8d67b98f8fa5f6d14 (patch) | |
tree | 246b3adc4d5ba11b31533e0b03d4acdbb651627a /gdb/dummy-frame.c | |
parent | db72fa6bdc7239891fc0fe21d50c8159e512b076 (diff) | |
download | gdb-67938b61d06ff342bc6578d8d67b98f8fa5f6d14.zip gdb-67938b61d06ff342bc6578d8d67b98f8fa5f6d14.tar.gz gdb-67938b61d06ff342bc6578d8d67b98f8fa5f6d14.tar.bz2 |
2003-10-09 Michael Snyder <msnyder@redhat.com>
* dummy-frame.c: Fix typo.
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 36c7dbb..3b10c51 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -387,7 +387,7 @@ dummy_frame_this_id (struct frame_info *next_frame, } else { - /* Outch! We're not trying to find the innermost frame's ID yet + /* Ouch! We're not trying to find the innermost frame's ID yet we're trying to unwind to a dummy. The architecture must provide the unwind_dummy_id() method. Abandon the unwind process but only after first warning the user. */ |