diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-15 12:40:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-15 12:40:27 +0000 |
commit | 017d459d2d4b820150363e8a95340f4de78d360c (patch) | |
tree | 93bf7d89e24ee28007a11ceb795ad38f5dee503e /gdb/vax-tdep.c | |
parent | 967032c767d4e72f75eac70ff5acda1b4d238038 (diff) | |
download | gdb-017d459d2d4b820150363e8a95340f4de78d360c.tar.gz |
* vax-tdep.c (vax_frame_cache): Fix typo.
Diffstat (limited to 'gdb/vax-tdep.c')
-rw-r--r-- | gdb/vax-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index d43ba679414..f697c9eb0b6 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -304,7 +304,7 @@ vax_frame_cache (struct frame_info *next_frame, void **this_cache) ULONGEST numarg; /* This is a procedure with Stack Argument List. Adjust the - stack address for the arguments thet were pushed onto the + stack address for the arguments that were pushed onto the stack. The return instruction will automatically pop the arguments from the stack. */ numarg = get_frame_memory_unsigned (next_frame, addr, 1); |