summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>2003-09-17 11:56:19 +0000
committerdrochner <drochner@NetBSD.org>2003-09-17 11:56:19 +0000
commitb2a29ce0a316c0f2e4915c8a2edd4feed387b03c (patch)
tree09bffd099fdcbf844e32f90a480a1724d28de1a0 /sys/dev/ic
parent883426c95862197afbd239d7eacaa62aad94390c (diff)
typo in comment
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/wdc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c
index 5b78112ff3a..3a017197266 100644
--- a/sys/dev/ic/wdc.c
+++ b/sys/dev/ic/wdc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc.c,v 1.123 2003/05/17 21:52:04 thorpej Exp $ */
+/* $NetBSD: wdc.c,v 1.124 2003/09/17 11:56:19 drochner Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.123 2003/05/17 21:52:04 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.124 2003/09/17 11:56:19 drochner Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -1280,7 +1280,7 @@ wdc_downgrade_mode(drvp)
return 0;
wdc->set_modes(chp);
- /* reset the channel, which will shedule all drives for setup */
+ /* reset the channel, which will schedule all drives for setup */
wdc_reset_channel(drvp);
return 1;
}