summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-15 18:55:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-15 18:55:03 +0000
commit0d4706d8ef3d4ac4e9b7edd404627975e5cb6466 (patch)
treeedf028cc4704ff8964df7d031d6e3365474a5ec8 /sys/dev/ic/com.c
parent39dc8fc99ea64e879d1300800c4f9b688e470ddb (diff)
typo
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 3701c1737fd..aa7b45e884e 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.60 2001/03/15 18:47:52 art Exp $ */
+/* $OpenBSD: com.c,v 1.61 2001/03/15 18:55:02 deraadt Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -201,7 +201,7 @@ void com_kgdb_putc __P((void *, int));
#endif
int
-comspeedcomspeed(freq, speed)
+comspeed(freq, speed)
long freq;
long speed;
{