Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/common fix misspelling



details:   https://anonhg.NetBSD.org/src/rev/cadf81e4cb3e
branches:  trunk
changeset: 480807:cadf81e4cb3e
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Thu Jan 20 17:16:25 2000 +0000

description:
fix misspelling

diffstat:

 sys/arch/alpha/common/bus_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 464a274a6017 -r cadf81e4cb3e sys/arch/alpha/common/bus_dma.c
--- a/sys/arch/alpha/common/bus_dma.c   Thu Jan 20 17:13:27 2000 +0000
+++ b/sys/arch/alpha/common/bus_dma.c   Thu Jan 20 17:16:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.34 1999/12/08 23:40:35 thorpej Exp $ */
+/* $NetBSD: bus_dma.c,v 1.35 2000/01/20 17:16:25 mjacob Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.34 1999/12/08 23:40:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.35 2000/01/20 17:16:25 mjacob Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -83,7 +83,7 @@
        size_t mapsize;
 
        /*
-        * Allcoate and initialize the DMA map.  The end of the map
+        * Allocate and initialize the DMA map.  The end of the map
         * is a variable-sized array of segments, so we allocate enough
         * room for them in one shot.
         *



Home | Main Index | Thread Index | Old Index