summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-26 10:25:20 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-26 10:25:20 +0000
commit4c409813113135898a3acb59b4d5f96a8bcaed0f (patch)
tree72cf0415762b8679e82858f35e75c21f59c92b29
parenta6805e97e19d979c0841c07608d0c49425b7fe92 (diff)
downloadgdb-4c409813113135898a3acb59b4d5f96a8bcaed0f.tar.gz
* vax-tdep.c: Tweak comment.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/vax-tdep.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 50208388728..be2779fb4bb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2004-06-26 Mark Kettenis <kettenis@gnu.org>
+ * vax-tdep.c: Tweak comment.
+
Add OpenBSD/hppa support.
* NEWS (New native configurations): Mention OpenBSD/hppa.
* hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c
index f09d3e58abc..78862fc04a3 100644
--- a/gdb/vax-tdep.c
+++ b/gdb/vax-tdep.c
@@ -106,7 +106,7 @@ vax_regset_from_core_section (struct gdbarch *gdbarch,
return NULL;
}
-/* The VAX Unix calling convention uses R1 to pass a structure return
+/* The VAX UNIX calling convention uses R1 to pass a structure return
value address instead of passing it as a first (hidden) argument as
the VMS calling convention suggests. */