diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2005-05-25 18:29:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2005-05-25 18:29:59 +0000 |
commit | f99a544f6dd5e010dc5b54efb186d94a0ed6d6dc (patch) | |
tree | fcae8502f4a988f84038eeb14b9c28620653d534 /sys/arch | |
parent | 1c2a78e844a77882fd7cec39fc9fd6e2d480d616 (diff) |
comment typo
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/include/bus.h | 4 | ||||
-rw-r--r-- | sys/arch/amd64/include/bus.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/bus.h | 4 | ||||
-rw-r--r-- | sys/arch/vax/include/bus.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/alpha/include/bus.h b/sys/arch/alpha/include/bus.h index 3d6c0914a35..279bc12f3be 100644 --- a/sys/arch/alpha/include/bus.h +++ b/sys/arch/alpha/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.19 2003/10/18 20:14:41 jmc Exp $ */ +/* $OpenBSD: bus.h,v 1.20 2005/05/25 18:29:58 jason Exp $ */ /* $NetBSD: bus.h,v 1.10 1996/12/02 22:19:32 cgd Exp $ */ /* @@ -606,7 +606,7 @@ struct alpha_bus_dma_tag { */ struct alpha_bus_dmamap { /* - * PRIVATE MEMBERS: not for use my machine-independent code. + * PRIVATE MEMBERS: not for use by machine-independent code. */ bus_size_t _dm_size; /* largest DMA transfer mappable */ int _dm_segcnt; /* number of segs this map can map */ diff --git a/sys/arch/amd64/include/bus.h b/sys/arch/amd64/include/bus.h index e4266dc1c1c..b6d0e563f34 100644 --- a/sys/arch/amd64/include/bus.h +++ b/sys/arch/amd64/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.2 2004/02/23 06:29:54 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.3 2005/05/25 18:29:58 jason Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- @@ -1071,7 +1071,7 @@ struct x86_bus_dma_tag { */ struct x86_bus_dmamap { /* - * PRIVATE MEMBERS: not for use my machine-independent code. + * PRIVATE MEMBERS: not for use by machine-independent code. */ bus_size_t _dm_size; /* largest DMA transfer mappable */ int _dm_segcnt; /* number of segs this map can map */ diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h index 13c9544d312..279615144c2 100644 --- a/sys/arch/i386/include/bus.h +++ b/sys/arch/i386/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.36 2004/05/04 17:06:33 grange Exp $ */ +/* $OpenBSD: bus.h,v 1.37 2005/05/25 18:29:58 jason Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- @@ -853,7 +853,7 @@ struct i386_bus_dma_tag { */ struct i386_bus_dmamap { /* - * PRIVATE MEMBERS: not for use my machine-independent code. + * PRIVATE MEMBERS: not for use by machine-independent code. */ bus_size_t _dm_size; /* largest DMA transfer mappable */ int _dm_segcnt; /* number of segs this map can map */ diff --git a/sys/arch/vax/include/bus.h b/sys/arch/vax/include/bus.h index bc1a6ecd3bc..c377d4e927e 100644 --- a/sys/arch/vax/include/bus.h +++ b/sys/arch/vax/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.6 2002/06/11 09:36:24 hugh Exp $ */ +/* $OpenBSD: bus.h,v 1.7 2005/05/25 18:29:58 jason Exp $ */ /* $NetBSD: bus.h,v 1.14 2000/06/26 04:56:13 simonb Exp $ */ /*- @@ -1025,7 +1025,7 @@ struct vax_bus_dma_tag { */ struct vax_bus_dmamap { /* - * PRIVATE MEMBERS: not for use my machine-independent code. + * PRIVATE MEMBERS: not for use by machine-independent code. */ bus_size_t _dm_size; /* largest DMA transfer mappable */ int _dm_segcnt; /* number of segs this map can map */ |