Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Fix tyo in comment
details: https://anonhg.NetBSD.org/src/rev/c502776c33d8
branches: trunk
changeset: 465724:c502776c33d8
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Dec 02 20:59:56 2019 +0000
description:
Fix tyo in comment
diffstat:
sys/arch/x86/x86/x86_tlb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 42ff8b7a8949 -r c502776c33d8 sys/arch/x86/x86/x86_tlb.c
--- a/sys/arch/x86/x86/x86_tlb.c Mon Dec 02 20:57:17 2019 +0000
+++ b/sys/arch/x86/x86/x86_tlb.c Mon Dec 02 20:59:56 2019 +0000
@@ -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 @@
/*
* 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++;
Home |
Main Index |
Thread Index |
Old Index