From 9ae0f9dca5f3d91552b2eca56239994aa32642de Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 28 Feb 2005 08:55:53 +0000 Subject: [PATCH] Typo. --- sys/amd64/amd64/mp_watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/mp_watchdog.c b/sys/amd64/amd64/mp_watchdog.c index 4a1d88efaa9b..bc5e6d2edc67 100644 --- a/sys/amd64/amd64/mp_watchdog.c +++ b/sys/amd64/amd64/mp_watchdog.c @@ -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;