* vax-tdep.c (vax_frame_cache): Fix typo.
authorMark Kettenis <kettenis@gnu.org>
Thu, 15 Apr 2004 12:40:27 +0000 (12:40 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 15 Apr 2004 12:40:27 +0000 (12:40 +0000)
gdb/ChangeLog
gdb/vax-tdep.c

index e2d26f13f8bd3c5b0b24c4968b9935106b7cbf20..eecdae56e7963a39c8ed6d2c9cd0ee5b1314d2d7 100644 (file)
@@ -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.
index d43ba67941432a2c124f85dfd5bbeb3b862ee090..f697c9eb0b6601566f5c9446413530de599f811c 100644 (file)
@@ -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);