summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2000-03-23 08:20:06 +0000
committerenami <enami@NetBSD.org>2000-03-23 08:20:06 +0000
commitdce7fa489ccb08b2b876fa9c31d300332b4576df (patch)
tree4d3617695c2d333d766cd1b67106a90b82f9b6ec /sys/dev
parentc4845c62ca319a7a897d397cc3521841f538cec1 (diff)
Fix a typo in comment in previous commit.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wdcvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h
index 7ccd850dfd0..57830f24bb5 100644
--- a/sys/dev/ic/wdcvar.h
+++ b/sys/dev/ic/wdcvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wdcvar.h,v 1.22 2000/03/23 07:01:33 thorpej Exp $ */
+/* $NetBSD: wdcvar.h,v 1.23 2000/03/23 08:20:06 enami Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@ struct channel_queue { /* per channel queue (may be shared) */
};
struct channel_softc { /* Per channel data */
- /* Out timeout callout */
+ /* Our timeout callout */
struct callout ch_callout;
/* Our location */
int channel;