Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix a typo in comment in previous commit.
details: https://anonhg.NetBSD.org/src/rev/aec9173ec11f
branches: trunk
changeset: 484024:aec9173ec11f
user: enami <enami%NetBSD.org@localhost>
date: Thu Mar 23 08:20:06 2000 +0000
description:
Fix a typo in comment in previous commit.
diffstat:
sys/dev/ic/wdcvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a0783d07f6aa -r aec9173ec11f sys/dev/ic/wdcvar.h
--- a/sys/dev/ic/wdcvar.h Thu Mar 23 08:18:11 2000 +0000
+++ b/sys/dev/ic/wdcvar.h Thu Mar 23 08:20:06 2000 +0000
@@ -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_softc { /* Per channel data */
- /* Out timeout callout */
+ /* Our timeout callout */
struct callout ch_callout;
/* Our location */
int channel;
Home |
Main Index |
Thread Index |
Old Index