diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-24 12:59:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-24 12:59:29 +0000 |
commit | 06a21e7447ce95e70751bcdd157937828f1f86aa (patch) | |
tree | 24dadc9e7c9d98647cd980fcf4e077e2866679c2 /sys/arch/mac68k/dev | |
parent | 9b160b02c4fc761cb4997df97b753b15288c922c (diff) |
some spelling fixes from Martynas Venckus
Diffstat (limited to 'sys/arch/mac68k/dev')
-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 137cd91a172..749a104f753 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.24 2007/10/22 14:46:46 jsing Exp $ */ +/* $OpenBSD: zs.c,v 1.25 2007/11/24 12:59:28 jmc Exp $ */ /* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */ /* @@ -606,7 +606,7 @@ zs_set_speed(cs, bps) */ for (i=0; i < xcs->cs_clock_count; i++) { if (xcs->cs_clocks[i].clk <= 0) - continue; /* skip non-existant or bad clocks */ + continue; /* skip non-existent or bad clocks */ if (xcs->cs_clocks[i].flags & ZSC_BRG) { /* check out BRG at /16 */ tc1 = BPS_TO_TCONST(xcs->cs_clocks[i].clk >> 4, bps); |