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