Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include fix typo



details:   https://anonhg.NetBSD.org/src/rev/f01af5207703
branches:  trunk
changeset: 515398:f01af5207703
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 23 19:59:19 2001 +0000

description:
fix typo

diffstat:

 sys/arch/i386/include/bus.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e02823cc412 -r f01af5207703 sys/arch/i386/include/bus.h
--- a/sys/arch/i386/include/bus.h       Sun Sep 23 19:51:20 2001 +0000
+++ b/sys/arch/i386/include/bus.h       Sun Sep 23 19:59:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.36 2001/09/04 02:37:09 thorpej Exp $ */
+/*     $NetBSD: bus.h,v 1.37 2001/09/23 19:59:19 jdolecek Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -1141,7 +1141,7 @@
  */
 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 */



Home | Main Index | Thread Index | Old Index