summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-02 18:17:53 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-02 18:17:53 +0000
commitff76e3374bc94c815843fda4e82bcfe65babf6d8 (patch)
tree7418daf5080a9f45f6ba27af4cb52fc0a1fe11c6 /sys/arch/mips64
parentf2488db2968553088f755441bf270e7347e18d7e (diff)
We don't really like full stops in dmesg. ok pefo@
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c
index 396861ed1ac..44e0698184a 100644
--- a/sys/arch/mips64/mips64/clock.c
+++ b/sys/arch/mips64/mips64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.15 2005/05/01 15:15:08 grange Exp $ */
+/* $OpenBSD: clock.c,v 1.16 2005/05/02 18:17:52 grange Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -115,7 +115,7 @@ clockattach(struct device *parent, struct device *self, void *aux)
case SGI_INDY:
case SGI_O2:
case SGI_O200:
- printf(" ticker on int5 using count register.");
+ printf(" ticker on int5 using count register");
set_intr(INTPRI_CLOCK, CR_INT_5, clock_int5);
ticktime = sys_config.cpu[0].clock / 2000;
break;