2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 26 Apr 2000 02:53:02 +0000 (02:53 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 26 Apr 2000 02:53:02 +0000 (02:53 +0000)
        * blockframe.c: Fix a minor typo in a comment.

gdb/ChangeLog
gdb/blockframe.c

index a756254f417521b4e8cdfcd58aefece7008f6c3e..34460fb5d74f5849c00f7afa79ba35a5e1969af8 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-25  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * blockframe.c: Fix a minor typo in a comment.
+
 2000-04-25  Kevin Buettner  <kevinb@redhat.com>
 
        * ia64-tdep.c (examine_prologue): Recognize store instructions;
index 6ac35b774c6c8d925e27d479e922de706fcf369a..ac2725d3f616579b74a4addaf4ba43762d412e52 100644 (file)
@@ -1109,7 +1109,7 @@ pc_in_call_dummy_at_entry_point (pc, sp, frame_address)
 
 /* Dummy frame.  This saves the processor state just prior to setting
    up the inferior function call.  Older targets save the registers
-   target stack (but that really slows down function calls).  */
+   on the target stack (but that really slows down function calls).  */
 
 struct dummy_frame
 {
This page took 0.028001 seconds and 4 git commands to generate.