diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-03 06:19:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-03 06:19:14 +0000 |
commit | 004327e3e9e0e88288d451486a1c9c60a94d5576 (patch) | |
tree | e2df56d00fd93dbeaa6f4fc28818845ad3ffdb95 /sys/dev/pci | |
parent | bf89726895e3cb75a7ec7fb46a6dbc74ee2f00cd (diff) |
fix the comment
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/wdt.c b/sys/dev/pci/wdt.c index 75ea3740c25..573d1f39b28 100644 --- a/sys/dev/pci/wdt.c +++ b/sys/dev/pci/wdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdt.c,v 1.2 2001/02/03 06:17:56 mickey Exp $ */ +/* $OpenBSD: wdt.c,v 1.3 2001/02/03 06:19:13 mickey Exp $ */ /*- * Copyright (c) 1998,1999 Alex Nash @@ -555,7 +555,7 @@ wdt_shutdown (void *arg) * * Put the process into an infinite loop in which: * - * - The process sleeps, waiting for a wakeup() from the timeout() + * - The process sleeps, waiting for a wakeup() from the tsleep() * handler. * - When awakened, the process reloads the watchdog counter and * repeats the loop. |