aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/dummy-frame.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dd43bb0..2a8ad37 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
2003-10-09 Michael Snyder <msnyder@redhat.com>
+ * dummy-frame.c: Fix typo.
* d10v-tdep.c: Random whitespace/comment tweaks.
2003-10-09 Elena Zannoni <ezannoni@redhat.com>
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. */