Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/2344ffa360bb
branches: trunk
changeset: 333474:2344ffa360bb
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Nov 05 09:13:16 2014 +0000
description:
Fix typo in comment
diffstat:
sys/arch/arm/arm32/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 97e5e8c8b569 -r 2344ffa360bb sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Nov 05 08:19:17 2014 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Nov 05 09:13:16 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.308 2014/11/04 23:58:21 matt Exp $ */
+/* $NetBSD: pmap.c,v 1.309 2014/11/05 09:13:16 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -215,7 +215,7 @@
#include <arm/locore.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.308 2014/11/04 23:58:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.309 2014/11/05 09:13:16 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -2540,7 +2540,7 @@
*
* This is a local function used to work out the best strategy to clean
* a single page referenced by its entry in the PV table. It's used by
- * pmap_copy_page, pmap_zero page and maybe some others later on.
+ * pmap_copy_page, pmap_zero_page and maybe some others later on.
*
* Its policy is effectively:
* o If there are no mappings, we don't bother doing anything with the cache.
Home |
Main Index |
Thread Index |
Old Index