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/amd64/include | |
parent | 1c2a78e844a77882fd7cec39fc9fd6e2d480d616 (diff) |
comment typo
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |