]> Zhao Yanbai Git Server - minix.git/commitdiff
Typo fix by Al.
authorBen Gras <ben@minix3.org>
Tue, 27 Sep 2005 18:25:08 +0000 (18:25 +0000)
committerBen Gras <ben@minix3.org>
Tue, 27 Sep 2005 18:25:08 +0000 (18:25 +0000)
drivers/rtl8139/rtl8139.c

index b5e5fc1d5877a0bab5fe6245ed2883092ee25de9..d40b7de3cca3963cfb8a78b9a53ca62eb5dfebc6 100755 (executable)
@@ -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