aboutsummaryrefslogtreecommitdiff
path: root/gdb/vax-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-04-15 12:40:27 +0000
committerMark Kettenis <kettenis@gnu.org>2004-04-15 12:40:27 +0000
commite36ad5279939b02e2506528bcd786f94480549b2 (patch)
tree94ffbbf72aafcfaa5cda7de68d10bd8d525cea88 /gdb/vax-tdep.c
parent91809fda2a1d641969e4c2eb17063656da645d69 (diff)
downloadgdb-e36ad5279939b02e2506528bcd786f94480549b2.zip
gdb-e36ad5279939b02e2506528bcd786f94480549b2.tar.gz
gdb-e36ad5279939b02e2506528bcd786f94480549b2.tar.bz2
* vax-tdep.c (vax_frame_cache): Fix typo.
Diffstat (limited to 'gdb/vax-tdep.c')
-rw-r--r--gdb/vax-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c
index d43ba67..f697c9e 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);