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/8e1e25247d3b
branches: trunk
changeset: 353226:8e1e25247d3b
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 936c1965d94c -r 8e1e25247d3b 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