summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-11-16 20:51:30 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-11-16 20:51:30 +0000
commit5810da38f0334db4d033cfad242fd61ce6d05b6a (patch)
treea9dd9d234f90c2272d771bb6368b0449c2a036b8 /sys/arch/sparc64
parent5613743e47de9833d74e42d181433dd9ef3f5f90 (diff)
Fix typo in comment.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index 0f57eb17dd2..ca690576f9f 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.101 2007/10/31 22:46:52 kettenis Exp $ */
+/* $OpenBSD: machdep.c,v 1.102 2007/11/16 20:51:29 kettenis Exp $ */
/* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
/*-
@@ -446,7 +446,7 @@ cpu_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)
ret = sysctl_int(oldp, oldlenp, newp, newlen,
&sparc_led_blink);
/*
- * If we were false and are now true, call start the timer.
+ * If we were false and are now true, start the timer.
*/
if (!oldval && sparc_led_blink > oldval)
blink_led_timeout(NULL);