Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/usermode Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/31a5b7f2296f
branches: trunk
changeset: 772381:31a5b7f2296f
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sun Jan 01 13:52:51 2012 +0000
description:
Fix typo in comment
diffstat:
sys/arch/usermode/usermode/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1b9728f49850 -r 31a5b7f2296f sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Sun Jan 01 13:52:13 2012 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Sun Jan 01 13:52:51 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.86 2012/01/01 13:52:13 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.87 2012/01/01 13:52:51 reinoud Exp $ */
/*-
* Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.86 2012/01/01 13:52:13 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.87 2012/01/01 13:52:51 reinoud Exp $");
#include "opt_memsize.h"
#include "opt_kmempages.h"
@@ -321,7 +321,7 @@
memset(tlb, 0, pm_entries_size); /* test and clear */
- dprintf_debug("kernel tlb entries initialiased correctly\n");
+ dprintf_debug("kernel tlb entries initialized correctly\n");
/* advance */
kmem_ext_cur_start += pm_entries_size;
Home |
Main Index |
Thread Index |
Old Index