summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-11-15 16:37:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-11-15 16:37:23 +0000
commitd46fe01536289c4c9308cbde3dc38fd4459dc6c9 (patch)
tree2f08ef1860822e3026e58c50da9c12933b962db3 /sys
parent246a03060b32da5a53e6ae70a7437cbb08aa8bc3 (diff)
``stastic'' is a fantastic typo.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h
index 65432d95a27..e4f2cc03ad6 100644
--- a/sys/arch/alpha/include/cpu.h
+++ b/sys/arch/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.30 2007/05/06 19:05:11 martin Exp $ */
+/* $OpenBSD: cpu.h,v 1.31 2007/11/15 16:37:22 miod Exp $ */
/* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */
/*-
@@ -270,7 +270,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)