Module Name:    src
Committed By:   skrll
Date:           Mon Feb 15 07:55:33 UTC 2010

Modified Files:
        src/sys/arch/arm/arm32: pmap.c

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/arch/arm/arm32/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.211 src/sys/arch/arm/arm32/pmap.c:1.212
--- src/sys/arch/arm/arm32/pmap.c:1.211	Sat Jan  2 07:53:29 2010
+++ src/sys/arch/arm/arm32/pmap.c	Mon Feb 15 07:55:33 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $	*/
+/*	$NetBSD: pmap.c,v 1.212 2010/02/15 07:55:33 skrll Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -211,7 +211,7 @@
 #include <machine/param.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.212 2010/02/15 07:55:33 skrll Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -2701,7 +2701,7 @@
 
 	if (flush) {
 		/*
-		 * Note: We can't use pmap_tlb_flush{I,}D() here since that
+		 * Note: We can't use pmap_tlb_flush{I,D}() here since that
 		 * would need a subsequent call to pmap_update() to ensure
 		 * curpm->pm_cstate.cs_all is reset. Our callers are not
 		 * required to do that (see pmap(9)), so we can't modify

Reply via email to