summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
commitb79f7d8019552bffbfb9132282c9e400ed234e23 (patch)
tree746cae9358ef503518bb08df39c8d11a2ea50ded /sys/arch/vax
parent3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff)
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/boot/boot/version4
-rw-r--r--sys/arch/vax/qbus/qd.c6
-rw-r--r--sys/arch/vax/stand/boot/version4
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/vax/boot/boot/version b/sys/arch/vax/boot/boot/version
index 0ac6dfd5468..443b36fcdcd 100644
--- a/sys/arch/vax/boot/boot/version
+++ b/sys/arch/vax/boot/boot/version
@@ -1,4 +1,4 @@
-$OpenBSD: version,v 1.3 2006/08/30 20:02:13 miod Exp $
+$OpenBSD: version,v 1.4 2007/04/10 17:47:55 miod Exp $
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
@@ -21,7 +21,7 @@ is taken as the current.
Create a fake RPB if either netbooted (on machine without RPB) or
loaded from console storage (without VMB intervention).
1.7: Add support for loading a 2nd stage boot in either a.out or ELF.
- Add support for loading a 2nd stage boot directly to it's desired
+ Add support for loading a 2nd stage boot directly to its desired
address if possible.
Cleanup use of u_int/size_t.
1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF
diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c
index 431e0e614ba..a23f23aa80b 100644
--- a/sys/arch/vax/qbus/qd.c
+++ b/sys/arch/vax/qbus/qd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qd.c,v 1.11 2006/01/01 11:59:39 miod Exp $ */
+/* $OpenBSD: qd.c,v 1.12 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */
/*-
@@ -199,7 +199,7 @@ struct DMAreq_header *DMAheader[NQD]; /* DMA buffer header pntrs */
/*
* The driver assists a client in scroll operations by loading dragon
* registers from an interrupt service routine. The loading is done using
- * parameters found in memory shrade between the driver and it's client.
+ * parameters found in memory shrade between the driver and its client.
* The scroll parameter structures are ALL loacted in the same memory page
* for reasons of memory economy.
*/
@@ -576,7 +576,7 @@ qd_match(parent, match, aux)
* is found via an array of pte ptrs called "QVmap[]" (ubavar.h)
* which is also loaded at config time. These are the
* variables used below to find a vacant 64kb boundary in
- * Qbus memory, and load it's corresponding physical adrs
+ * Qbus memory, and load its corresponding physical adrs
* into the QDSS's I/O page CSR.
*/
diff --git a/sys/arch/vax/stand/boot/version b/sys/arch/vax/stand/boot/version
index 0ac6dfd5468..443b36fcdcd 100644
--- a/sys/arch/vax/stand/boot/version
+++ b/sys/arch/vax/stand/boot/version
@@ -1,4 +1,4 @@
-$OpenBSD: version,v 1.3 2006/08/30 20:02:13 miod Exp $
+$OpenBSD: version,v 1.4 2007/04/10 17:47:55 miod Exp $
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
@@ -21,7 +21,7 @@ is taken as the current.
Create a fake RPB if either netbooted (on machine without RPB) or
loaded from console storage (without VMB intervention).
1.7: Add support for loading a 2nd stage boot in either a.out or ELF.
- Add support for loading a 2nd stage boot directly to it's desired
+ Add support for loading a 2nd stage boot directly to its desired
address if possible.
Cleanup use of u_int/size_t.
1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF