summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
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/sparc/dev
parent3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff)
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c
index 0425dc025ed..b39a1b4f6cf 100644
--- a/sys/arch/sparc/dev/dma.c
+++ b/sys/arch/sparc/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.22 2006/06/02 20:00:54 miod Exp $ */
+/* $OpenBSD: dma.c,v 1.23 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
/*
@@ -247,7 +247,7 @@ espsearch:
* What happens here is that if the esp driver has not been
* configured, then this returns a NULL pointer. Then when the
* esp actually gets configured, it does the opposing test, and
- * if the sc->sc_dma field in it's softc is NULL, then tries to
+ * if the sc->sc_dma field in its softc is NULL, then tries to
* find the matching dma driver.
*
*/