Typo fix by Al.

This commit is contained in:
Ben Gras 2005-09-27 18:25:08 +00:00
parent 03fadae262
commit f1549d7ac7

View File

@ -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