diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/dev/isa/ad1848.c | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/dev/isa/ad1848.c')
-rw-r--r-- | sys/dev/isa/ad1848.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/ad1848.c b/sys/dev/isa/ad1848.c index 0c243868cf3..79f2786e029 100644 --- a/sys/dev/isa/ad1848.c +++ b/sys/dev/isa/ad1848.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ad1848.c,v 1.25 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: ad1848.c,v 1.26 2002/06/14 21:34:59 todd Exp $ */ /* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */ /* @@ -1265,7 +1265,7 @@ ad1848_commit_settings(addr) (void)ADREAD(sc, AD1848_IDATA); (void)ADREAD(sc, AD1848_IDATA); /* - * Write to I8 starts resyncronization. Wait until it completes. + * Write to I8 starts resynchronization. Wait until it completes. */ timeout = 100000; while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) @@ -1280,7 +1280,7 @@ ad1848_commit_settings(addr) /* Now wait for resync for capture side of the house */ } /* - * Write to I8 starts resyncronization. Wait until it completes. + * Write to I8 starts resynchronization. Wait until it completes. */ timeout = 100000; while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) |