Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Typos.



details:   https://anonhg.NetBSD.org/src/rev/cad4727f5c47
branches:  trunk
changeset: 485799:cad4727f5c47
user:      soren <soren%NetBSD.org@localhost>
date:      Sat May 06 00:44:00 2000 +0000

description:
Typos.

diffstat:

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

diffs (27 lines):

diff -r f453bbe1488b -r cad4727f5c47 sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Fri May 05 21:49:47 2000 +0000
+++ b/sys/dev/ic/siop.c Sat May 06 00:44:00 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.11 2000/05/05 09:32:48 bouyer Exp $ */
+/*     $NetBSD: siop.c,v 1.12 2000/05/06 00:44:00 soren Exp $  */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -84,7 +84,7 @@
 
 /*
  * This structure interfaces the SCRIPT with the driver; it describes a full
- * transfert. It lives in the same chunk of DMA-safe memory as the script.
+ * transfer. It lives in the same chunk of DMA-safe memory as the script.
  */
 struct siop_xfer {
        u_int8_t msg_out[8];    /* 0 */
@@ -1740,7 +1740,7 @@
        delay(100);
        bus_space_write_1(sc->sc_rt, sc->sc_rh, SIOP_SCNTL1, scntl1);
 
-       /* desactivate callout */
+       /* deactivate callout */
        callout_stop(&siop_cmd->xs->xs_callout);
        /* mark command has being timed out; siop_intr will handle it */
        /*



Home | Main Index | Thread Index | Old Index