Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  2 20:59:56 UTC 2019

Modified Files:
        src/sys/arch/x86/x86: x86_tlb.c

Log Message:
Fix tyo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/x86_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/x86/x86/x86_tlb.c
diff -u src/sys/arch/x86/x86/x86_tlb.c:1.11 src/sys/arch/x86/x86/x86_tlb.c:1.12
--- src/sys/arch/x86/x86/x86_tlb.c:1.11	Mon Dec  2 19:49:12 2019
+++ src/sys/arch/x86/x86/x86_tlb.c	Mon Dec  2 20:59:56 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: x86_tlb.c,v 1.11 2019/12/02 19:49:12 ad Exp $	*/
+/*	$NetBSD: x86_tlb.c,v 1.12 2019/12/02 20:59:56 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2008-2019 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_tlb.c,v 1.11 2019/12/02 19:49:12 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_tlb.c,v 1.12 2019/12/02 20:59:56 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -435,7 +435,7 @@ pmap_tlb_shootnow(void)
 	/*
 	 * Ownership of the global pointer provides serialization of the
 	 * update to the count and the event counter.  With those values
-	 * upated, start shootdowns on remote CPUs.
+	 * updated, start shootdowns on remote CPUs.
 	 */
 	pmap_tlb_pendcount = rcpucount;
 	pmap_tlb_evcnt.ev_count++;

Reply via email to