summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-02-13 22:04:35 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-02-13 22:04:35 +0000
commit4e376530d57a812e75353f24737f7d13dac1e37c (patch)
tree1127c42531f07aed8e4c2f52b210b758ba6ed4c6 /sys
parent77561a576f1dc94f3d71a9a96df1b3c7b3e8e7db (diff)
beliving -> believing typo;
spotted by miod (from the be300 dmesg ;-)
Diffstat (limited to 'sys')
-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 a55f6b09376..fd0c44ca58b 100644
--- a/sys/arch/mips64/mips64/clock.c
+++ b/sys/arch/mips64/mips64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.12 2005/01/31 21:43:14 grange Exp $ */
+/* $OpenBSD: clock.c,v 1.13 2005/02/13 22:04:34 grange Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -334,7 +334,7 @@ inittodr(time_t base)
if (sc->sc_clock.clk_get) {
(*sc->sc_clock.clk_get)(sc, base, &c);
} else {
- printf("WARNING: No TOD clock, beliving file system.\n");
+ printf("WARNING: No TOD clock, believing file system.\n");
goto bad;
}