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 | e36ad5279939b02e2506528bcd786f94480549b2 (patch) | |
tree | 94ffbbf72aafcfaa5cda7de68d10bd8d525cea88 /gdb | |
parent | 91809fda2a1d641969e4c2eb17063656da645d69 (diff) | |
download | gdb-e36ad5279939b02e2506528bcd786f94480549b2.zip gdb-e36ad5279939b02e2506528bcd786f94480549b2.tar.gz gdb-e36ad5279939b02e2506528bcd786f94480549b2.tar.bz2 |
* vax-tdep.c (vax_frame_cache): Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/vax-tdep.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2d26f1..eecdae5 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 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); |