Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 Typo in comment.
details: https://anonhg.NetBSD.org/src/rev/60ae5693ffb0
branches: trunk
changeset: 752066:60ae5693ffb0
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Feb 12 16:57:21 2010 +0000
description:
Typo in comment.
diffstat:
sys/arch/hp700/hp700/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ca042cefc554 -r 60ae5693ffb0 sys/arch/hp700/hp700/autoconf.c
--- a/sys/arch/hp700/hp700/autoconf.c Fri Feb 12 15:51:16 2010 +0000
+++ b/sys/arch/hp700/hp700/autoconf.c Fri Feb 12 16:57:21 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.31 2009/12/18 15:49:48 skrll Exp $ */
+/* $NetBSD: autoconf.c,v 1.32 2010/02/12 16:57:21 skrll Exp $ */
/* $OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $ */
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.31 2009/12/18 15:49:48 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.32 2010/02/12 16:57:21 skrll Exp $");
#include "opt_kgdb.h"
#include "opt_useleds.h"
@@ -348,7 +348,7 @@
boot_device = dev;
/*
* If the boot device is a PCI device the HPA is the address where the
- * firmware has maped the PCI memory of the PCI device. This is quite
+ * firmware has mapped the PCI memory of the PCI device. This is quite
* device dependent, so we compare the DP. It encodes the bus routing
* information to the PCI bus bridge in the DP head and the PCI device
* and PCI function in the last two DP components. So we compare the
Home |
Main Index |
Thread Index |
Old Index