Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/97ee7ffbba2d
branches: trunk
changeset: 379909:97ee7ffbba2d
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jun 26 15:02:19 2021 +0000
description:
Fix typo in comment
diffstat:
sys/arch/alpha/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1fbc97eaf93d -r 97ee7ffbba2d sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h Sat Jun 26 10:43:52 2021 +0000
+++ b/sys/arch/alpha/include/cpu.h Sat Jun 26 15:02:19 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.101 2021/04/20 00:09:45 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.102 2021/06/26 15:02:19 skrll Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -203,7 +203,7 @@ struct clockframe {
/*
* This isn't perfect; if the clock interrupt comes in before the
* r/m/w cycle is complete, we won't be counted... but it's not
- * like this stastic has to be extremely accurate.
+ * like this statistic has to be extremely accurate.
*/
#define CLKF_INTR(framep) \
((curcpu()->ci_intrdepth & 0xf) != 0) /* see interrupt() */
Home |
Main Index |
Thread Index |
Old Index