summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
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/mac68k
parent3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff)
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/dev/adb.c4
-rw-r--r--sys/arch/mac68k/dev/ncr5380.c4
-rw-r--r--sys/arch/mac68k/dev/nubus.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mac68k/dev/adb.c b/sys/arch/mac68k/dev/adb.c
index 0f2dfc9055a..0792b3b3e34 100644
--- a/sys/arch/mac68k/dev/adb.c
+++ b/sys/arch/mac68k/dev/adb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb.c,v 1.25 2007/03/13 20:56:54 miod Exp $ */
+/* $OpenBSD: adb.c,v 1.26 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: adb.c,v 1.47 2005/06/16 22:43:36 jmc Exp $ */
/* $NetBSD: adb_direct.c,v 1.51 2005/06/16 22:43:36 jmc Exp $ */
@@ -1533,7 +1533,7 @@ send_adb_IIsi(u_char *in, u_char *buffer, void *compRout, void *data, int
*
* If in->unsol is 1, then this packet was unsolicited and
* so we look up the device in the ADB device table to determine
- * what it's default service routine is.
+ * what its default service routine is.
*
* If in->ack_only is 1, then we really only need to call
* the completion routine, so don't do any other stuff.
diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c
index cf6280fd0b8..32d2ff1f9cb 100644
--- a/sys/arch/mac68k/dev/ncr5380.c
+++ b/sys/arch/mac68k/dev/ncr5380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380.c,v 1.29 2006/11/28 23:59:45 dlg Exp $ */
+/* $OpenBSD: ncr5380.c,v 1.30 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */
/*
@@ -950,7 +950,7 @@ struct ncr_softc *sc;
* loosing it means we lost the target...
* Also REQ needs to be asserted here to indicate that the bus-phase
* is valid. When the target does not supply REQ within a 'reasonable'
- * amount of time, it's probably lost in it's own maze of twisting
+ * amount of time, it's probably lost in its own maze of twisting
* passages, we have to reset the bus to free it.
*/
if (GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY)
diff --git a/sys/arch/mac68k/dev/nubus.c b/sys/arch/mac68k/dev/nubus.c
index 6ff0fe41313..6ca3c5c3b09 100644
--- a/sys/arch/mac68k/dev/nubus.c
+++ b/sys/arch/mac68k/dev/nubus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nubus.c,v 1.32 2006/04/14 09:36:49 martin Exp $ */
+/* $OpenBSD: nubus.c,v 1.33 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: nubus.c,v 1.53 2002/04/13 17:49:41 briggs Exp $ */
/*
@@ -308,7 +308,7 @@ nubus_video_resource(slot)
/*
* Probe a given nubus slot. If a card is there and we can get the
- * format block from it's clutching decl. ROMs, fill the format block
+ * format block from its clutching decl. ROMs, fill the format block
* and return non-zero. If we can't find a card there with a valid
* decl. ROM, return 0.
*