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