Module Name:    src
Committed By:   jakllsch
Date:           Mon Apr 24 13:19:50 UTC 2017

Modified Files:
        src/sys/dev/ic: siisata.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/siisata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/siisata.c
diff -u src/sys/dev/ic/siisata.c:1.31 src/sys/dev/ic/siisata.c:1.32
--- src/sys/dev/ic/siisata.c:1.31	Mon Apr 24 12:58:15 2017
+++ src/sys/dev/ic/siisata.c	Mon Apr 24 13:19:50 2017
@@ -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_atapi_complete(struct ata_channe
 	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) {

Reply via email to