Module Name:    src
Committed By:   cliff
Date:           Thu Jun 10 00:38:11 UTC 2010

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c

Log Message:
- fix typo in evcnt string


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/mips/mips/pmap_tlb.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/mips/mips/pmap_tlb.c
diff -u src/sys/arch/mips/mips/pmap_tlb.c:1.1.2.11 src/sys/arch/mips/mips/pmap_tlb.c:1.1.2.12
--- src/sys/arch/mips/mips/pmap_tlb.c:1.1.2.11	Tue May  4 17:14:17 2010
+++ src/sys/arch/mips/mips/pmap_tlb.c	Thu Jun 10 00:38:11 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap_tlb.c,v 1.1.2.11 2010/05/04 17:14:17 matt Exp $	*/
+/*	$NetBSD: pmap_tlb.c,v 1.1.2.12 2010/06/10 00:38:11 cliff Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.1.2.11 2010/05/04 17:14:17 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.1.2.12 2010/06/10 00:38:11 cliff Exp $");
 
 /*
  * Manages address spaces in a TLB.
@@ -226,7 +226,7 @@
 	    ti->ti_name, "icache sync asts");
 	evcnt_attach_dynamic(&ti->ti_evcnt_synci_all,
 	    EVCNT_TYPE_MISC, &ti->ti_evcnt_synci_asts,
-	    ti->ti_name, "iacche full syncs");
+	    ti->ti_name, "icache full syncs");
 	evcnt_attach_dynamic(&ti->ti_evcnt_synci_pages,
 	    EVCNT_TYPE_MISC, &ti->ti_evcnt_synci_asts,
 	    ti->ti_name, "icache pages synced");

Reply via email to