1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Fix typo.

This commit is contained in:
Pawel Jakub Dawidek 2005-02-27 22:34:07 +00:00
parent 94a31c6325
commit 5836249aee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142723

View File

@ -119,7 +119,7 @@ watchdog_change(int wdcpu)
if (wdcpu == -1 || wdcpu == 0xffffffff) {
/*
* Disable the watcdog.
* Disable the watchdog.
*/
watchdog_cpu = -1;
watchdog_dontfire = 1;