Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Fix tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/181d0540a9bc
branches:  trunk
changeset: 476033:181d0540a9bc
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Sep 04 09:41:15 1999 +0000

description:
Fix tyop in a comment.

diffstat:

 sys/dev/scsipi/st.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92b61263dd21 -r 181d0540a9bc sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Sat Sep 04 04:21:28 1999 +0000
+++ b/sys/dev/scsipi/st.c       Sat Sep 04 09:41:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.112 1999/06/17 04:20:55 mjacob Exp $ */
+/*     $NetBSD: st.c,v 1.113 1999/09/04 09:41:15 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1094,7 +1094,7 @@
                *bp->b_actb = dp;
 
                /*
-                * if the device has been unmounted byt the user
+                * if the device has been unmounted bye the user
                 * then throw away all requests until done
                 */
                if (!(st->flags & ST_MOUNTED) ||



Home | Main Index | Thread Index | Old Index