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 typo in comment: "porniters" -> "pointers"
details: https://anonhg.NetBSD.org/src/rev/50fe8721515d
branches: trunk
changeset: 1024266:50fe8721515d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Oct 15 18:12:48 2021 +0000
description:
Fix typo in comment: "porniters" -> "pointers"
diffstat:
sys/arch/x86/x86/tsc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3a460f2c8e3d -r 50fe8721515d sys/arch/x86/x86/tsc.c
--- a/sys/arch/x86/x86/tsc.c Fri Oct 15 11:59:16 2021 +0000
+++ b/sys/arch/x86/x86/tsc.c Fri Oct 15 18:12:48 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsc.c,v 1.56 2021/06/02 06:48:10 nia Exp $ */
+/* $NetBSD: tsc.c,v 1.57 2021/10/15 18:12:48 jmcneill Exp $ */
/*-
* Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.56 2021/06/02 06:48:10 nia Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.57 2021/10/15 18:12:48 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -151,7 +151,7 @@
return invariant;
}
-/* Setup function porniters for rdtsc() and timecounter(9). */
+/* Setup function pointers for rdtsc() and timecounter(9). */
void
tsc_setfunc(struct cpu_info *ci)
{
Home |
Main Index |
Thread Index |
Old Index