summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-07 07:31:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-07 07:31:40 +0000
commit7959977c3b6dca7eb7d5045810a1b8cde4362a5e (patch)
tree9345ba26f5db083bee05c2972679975b4f725fce /sys
parent01374b354a584861150a3763813e6b1475682451 (diff)
add :
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/tc/tc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/tc.c b/sys/dev/tc/tc.c
index 490860c94e2..8fe079d85ab 100644
--- a/sys/dev/tc/tc.c
+++ b/sys/dev/tc/tc.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: tc.c,v 1.4 1996/05/02 13:51:51 deraadt Exp $ */
-/* $NetBSD: tc.c,v 1.14 1996/04/18 01:12:41 cgd Exp $ */
+/* $OpenBSD: tc.c,v 1.5 1996/05/07 07:31:39 deraadt Exp $ */
+/* $NetBSD: tc.c,v 1.15 1996/04/29 16:06:38 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -94,7 +94,7 @@ tcattach(parent, self, aux)
tc_addr_t tcaddr;
int i;
- printf("%s MHz clock\n",
+ printf(": %s MHz clock\n",
tba->tba_speed == TC_SPEED_25_MHZ ? "25" : "12.5");
/*