Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus Minor grammar/spelling fixes in comments.



details:   https://anonhg.NetBSD.org/src/rev/e1e5daa72d55
branches:  trunk
changeset: 502976:e1e5daa72d55
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Sun Jan 28 01:49:54 2001 +0000

description:
Minor grammar/spelling fixes in comments.

diffstat:

 sys/dev/cardbus/cardslot.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 6e13d3cc5d90 -r e1e5daa72d55 sys/dev/cardbus/cardslot.c
--- a/sys/dev/cardbus/cardslot.c        Sun Jan 28 01:43:26 2001 +0000
+++ b/sys/dev/cardbus/cardslot.c        Sun Jan 28 01:49:54 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cardslot.c,v 1.11 2000/07/02 06:25:46 cgd Exp $        */
+/*     $NetBSD: cardslot.c,v 1.12 2001/01/28 01:49:54 nathanw Exp $    */
 
 /*
  * Copyright (c) 1999 and 2000
@@ -169,7 +169,7 @@
       }
       CARDSLOT_SET_CARDTYPE(sc->sc_status, CARDSLOT_STATUS_CARD_CB);
     } else {
-      /* attach deffered */
+      /* attach deferred */
       cardslot_event_throw(sc, CARDSLOT_EVENT_INSERTION_CB);
     }
   }
@@ -181,7 +181,7 @@
       pcmcia_card_attach((struct device *)sc->sc_16_softc);
       CARDSLOT_SET_CARDTYPE(sc->sc_status, CARDSLOT_STATUS_CARD_16);
     } else {
-      /* attach deffered */
+      /* attach deferred */
       cardslot_event_throw(sc, CARDSLOT_EVENT_INSERTION_16);
     }
   }
@@ -364,7 +364,7 @@
       if ((CARDSLOT_CARDTYPE(sc->sc_status) == CARDSLOT_STATUS_CARD_CB)
          || (CARDSLOT_CARDTYPE(sc->sc_status) == CARDSLOT_STATUS_CARD_16)) {
        if (CARDSLOT_WORK(sc->sc_status) == CARDSLOT_STATUS_WORKING) {
-         /* A card has already been inserted and work. */
+         /* A card has already been inserted and works. */
          break;
        }
       }
@@ -449,7 +449,7 @@
 
   sc->sc_event_thread = NULL;
 
-  /* In case parent is waiting for us to exit. */
+  /* In case the parent device is waiting for us to exit. */
   wakeup(sc);
 
   kthread_exit(0);



Home | Main Index | Thread Index | Old Index