From 592b4684a393f187ed17f2dbde89e7e974b93bec Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Fri, 14 Jun 2002 21:35:02 +0000 Subject: spelling; from Brian Poole --- sys/dev/isa/ad1848.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/isa/ad1848.c') 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) -- cgit v1.2.3