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 typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/b1c10fb995aa
branches:  trunk
changeset: 823477:b1c10fb995aa
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Apr 24 13:19:50 2017 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (27 lines):

diff -r ad3b251f9d9f -r b1c10fb995aa sys/dev/ic/siisata.c
--- a/sys/dev/ic/siisata.c      Mon Apr 24 12:58:15 2017 +0000
+++ b/sys/dev/ic/siisata.c      Mon Apr 24 13:19:50 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata.c,v 1.31 2017/04/24 12:58:15 jakllsch Exp $ */
+/* $NetBSD: siisata.c,v 1.32 2017/04/24 13:19:50 jakllsch Exp $ */
 
 /* from ahcisata_core.c */
 
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.31 2017/04/24 12:58:15 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.32 2017/04/24 13:19:50 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -1665,7 +1665,7 @@
        SIISATA_DEBUG_PRINT(("%s: %s()\n", SIISATANAME(sc), __func__),
            DEBUG_INTR);
 
-       /* this comamnd is not active any more */
+       /* this command is not active any more */
        schp->sch_active_slots &= ~__BIT(slot);
        chp->ch_flags &= ~ATACH_IRQ_WAIT;
        if (xfer->c_flags & C_TIMEOU) {



Home | Main Index | Thread Index | Old Index