Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/3abe9cf141a1
branches:  trunk
changeset: 749525:3abe9cf141a1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 01 22:36:31 2009 +0000

description:
Typo in comment.

diffstat:

 sys/arch/hp700/dev/dino.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6a9c7f214d54 -r 3abe9cf141a1 sys/arch/hp700/dev/dino.c
--- a/sys/arch/hp700/dev/dino.c Tue Dec 01 20:44:50 2009 +0000
+++ b/sys/arch/hp700/dev/dino.c Tue Dec 01 22:36:31 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dino.c,v 1.16 2009/11/09 13:33:08 skrll Exp $ */
+/*     $NetBSD: dino.c,v 1.17 2009/12/01 22:36:31 skrll Exp $ */
 
 /*     $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.16 2009/11/09 13:33:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.17 2009/12/01 22:36:31 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -511,7 +511,7 @@
        int i, error;
 
        /*
-        * Allow allocation only when PCI MEM is already maped.
+        * Allow allocation only when PCI MEM is already mapped.
         * Needed to avoid allocation of I/O space used by devices that
         * have no driver in the current kernel.
         * Dino can map PCI MEM in the range 0xf0800000..0xff800000 only.



Home | Main Index | Thread Index | Old Index