From e36ad5279939b02e2506528bcd786f94480549b2 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 15 Apr 2004 12:40:27 +0000 Subject: * vax-tdep.c (vax_frame_cache): Fix typo. --- gdb/vax-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/vax-tdep.c') 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); -- cgit v1.1