From: Ben Gras Date: Tue, 27 Sep 2005 18:25:08 +0000 (+0000) Subject: Typo fix by Al. X-Git-Tag: v3.1.0~2 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-revoke.html?a=commitdiff_plain;h=f1549d7ac79f1c07768bfdb1116333d9f232921e;p=minix.git Typo fix by Al. --- diff --git a/drivers/rtl8139/rtl8139.c b/drivers/rtl8139/rtl8139.c index b5e5fc1d5..d40b7de3c 100755 --- a/drivers/rtl8139/rtl8139.c +++ b/drivers/rtl8139/rtl8139.c @@ -316,7 +316,7 @@ int main(int argc, char *argv[]) /* Under MINIX, synchronous alarms are used instead of * watchdog functions. The approach is very different: * MINIX VMD timeouts are handled within the kernel - * (the wathdog is executed by CLOCK), and notify() + * (the watchdog is executed by CLOCK), and notify() * the driver in some cases. * MINIX timeouts result in a SYN_ALARM message to the * driver and thus are handled where they should be