2003-10-09 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 00:28:43 +0000 (00:28 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 00:28:43 +0000 (00:28 +0000)
* dummy-frame.c: Fix typo.

gdb/ChangeLog
gdb/dummy-frame.c

index dd43bb0..2a8ad37 100644 (file)
@@ -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>
index 36c7dbb..3b10c51 100644 (file)
@@ -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.  */