diff options
author | 2004-03-09 21:46:47 +0000 | |
---|---|---|
committer | 2004-03-09 21:46:47 +0000 | |
commit | de3042d8a93d5fa5c28af6fcb871b670a814734c (patch) | |
tree | d4107e9a54b9a3be87bd7aab1af303a83fd55d28 | |
parent | KNF, ok cedric@ deraadt@ (diff) | |
download | wireguard-openbsd-de3042d8a93d5fa5c28af6fcb871b670a814734c.tar.xz wireguard-openbsd-de3042d8a93d5fa5c28af6fcb871b670a814734c.zip |
typo; from Martin Reindl <mreindl at catai.org>
ok jmc@.
-rw-r--r-- | sys/arch/mac68k/dev/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index 4ad4c79fc21..ab82e6d875c 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.14 2002/03/14 01:26:35 millert Exp $ */ +/* $OpenBSD: zs.c,v 1.15 2004/03/09 21:46:47 xsa Exp $ */ /* $NetBSD: zs.c,v 1.12 1996/12/18 05:04:22 scottr Exp $ */ /* @@ -85,7 +85,7 @@ struct zschan { }; /* * The zsdevice structure is not used on the mac68k port as the - * chip is wired up weird. Channel B & A are interspursed with + * chip is wired up weird. Channel B & A are interspersed with * the data & control bytes struct zsdevice { /! Yes, they are backwards. !/ |