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