diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-04-26 02:53:02 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-04-26 02:53:02 +0000 |
commit | 72229eb7a07793ebbdce47920769104c5b2d806d (patch) | |
tree | 2768a1b0404a617e816879b5601d3b462aff5300 /gdb/blockframe.c | |
parent | 0927a22b9a297437702f9dfee7c0ae56a655a86f (diff) | |
download | gdb-72229eb7a07793ebbdce47920769104c5b2d806d.zip gdb-72229eb7a07793ebbdce47920769104c5b2d806d.tar.gz gdb-72229eb7a07793ebbdce47920769104c5b2d806d.tar.bz2 |
2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>
* blockframe.c: Fix a minor typo in a comment.
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 6ac35b7..ac2725d 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -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 { |