summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/vax-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e2d26f13f8b..eecdae56e79 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-15 Mark Kettenis <kettenis@gnu.org>
+
+ * vax-tdep.c (vax_frame_cache): Fix typo.
+
2004-04-14 Mark Kettenis <kettenis@gnu.org>
* NEWS (New native configurations): Mention NetBSD/vax.
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);