summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/amd64/isa/isa.c
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/amd64/isa/isa.c')
-rw-r--r--sys/amd64/isa/isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 4c13577..9e67efc 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.110 1998/02/04 22:32:21 eivind Exp $
+ * $Id: isa.c,v 1.111 1998/02/06 12:13:17 eivind Exp $
*/
/*
@@ -652,7 +652,7 @@ isa_dmainit(chan, bouncebufsize)
/*
* Register a DMA channel's usage. Usually called from a device driver
- * in open() or during it's initialization.
+ * in open() or during its initialization.
*/
int
isa_dma_acquire(chan)
@@ -675,7 +675,7 @@ isa_dma_acquire(chan)
/*
* Unregister a DMA channel's usage. Usually called from a device driver
- * during close() or during it's shutdown.
+ * during close() or during its shutdown.
*/
void
isa_dma_release(chan)
OpenPOWER on IntegriCloud