aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-02-28 08:55:53 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-02-28 08:55:53 +0000
commit9b770d26348b9cff02139261aeaa8caadc248178 (patch)
tree12778a16717bccb909f53c7182d634a7070a745a /sys/amd64
parent4d4b91ac814d15bf01167eb9bedd222fa66ccd8f (diff)
downloadsrc-9b770d26348b9cff02139261aeaa8caadc248178.tar.gz
src-9b770d26348b9cff02139261aeaa8caadc248178.zip
Typo.
Notes
Notes: svn path=/head/; revision=142765
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_watchdog.c2
1 files changed, 1 insertions, 1 deletions
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;