Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi minor spelling change



details:   https://anonhg.NetBSD.org/src/rev/86405d352b2b
branches:  trunk
changeset: 482726:86405d352b2b
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Sun Feb 20 07:38:48 2000 +0000

description:
minor spelling change

diffstat:

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

diffs (20 lines):

diff -r 4996538ed44d -r 86405d352b2b sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Sun Feb 20 07:14:13 2000 +0000
+++ b/sys/dev/scsipi/st.c       Sun Feb 20 07:38:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.118 2000/01/22 04:29:58 mjacob Exp $ */
+/*     $NetBSD: st.c,v 1.119 2000/02/20 07:38:48 mjacob Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1184,8 +1184,8 @@
                BUFQ_REMOVE(&st->buf_queue, bp);
 
                /*
-                * if the device has been unmounted bye the user
-                * then throw away all requests until done
+                * If the device has been unmounted by the user
+                * then throw away all requests until done.
                 */
                if (!(st->flags & ST_MOUNTED) ||
                    !(sc_link->flags & SDEV_MEDIA_LOADED)) {



Home | Main Index | Thread Index | Old Index