summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2003-10-10 00:28:43 +0000
committerMichael Snyder <msnyder@specifix.com>2003-10-10 00:28:43 +0000
commit812b4914d9113e89d7b12ea288966041a1e5bea9 (patch)
treed831e24fc9a64542455277e3daba7a68346108ce /gdb/dummy-frame.c
parenta106e17bfa5d29d5431cb76d12ceaa91bb1182a9 (diff)
downloadgdb-812b4914d9113e89d7b12ea288966041a1e5bea9.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c
index 36c7dbb690a..3b10c51640b 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. */