diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-04 21:13:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-04 21:13:38 +0000 |
commit | cb14916f9567d66e9fabf06b7e3933b84ccf5b44 (patch) | |
tree | bd601950b383b4715150f929c1bcb2abe543dc7c /sys/arch/mvmeppc/include/bus_mi.h | |
parent | e840407cb3b072567c514371118177d4a1bba96d (diff) |
Typos
Diffstat (limited to 'sys/arch/mvmeppc/include/bus_mi.h')
-rw-r--r-- | sys/arch/mvmeppc/include/bus_mi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/bus_mi.h b/sys/arch/mvmeppc/include/bus_mi.h index 2dd446f1145..bd3d0f43a59 100644 --- a/sys/arch/mvmeppc/include/bus_mi.h +++ b/sys/arch/mvmeppc/include/bus_mi.h @@ -1,5 +1,5 @@ /* $NetBSD: bus.h,v 1.1 2001/06/06 17:37:37 matt Exp $ */ -/* $OpenBSD: bus_mi.h,v 1.6 2003/11/25 21:16:44 drahn Exp $ */ +/* $OpenBSD: bus_mi.h,v 1.7 2003/12/04 21:13:37 miod Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -1090,7 +1090,7 @@ struct powerpc_bus_dma_tag { */ struct powerpc_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 */ |