summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-05-07 07:54:47 +0000
committertrasz <trasz@FreeBSD.org>2014-05-07 07:54:47 +0000
commit6f6c5103566f1ff9658a15f1c97f0e8e6bb9f6d5 (patch)
tree9ee0696c15dbe53ba92c0aac5802c559eda18722 /sys/dev/iscsi
parent16f70f6ffb70707608e5d6000a8ecba858baacda (diff)
downloadFreeBSD-src-6f6c5103566f1ff9658a15f1c97f0e8e6bb9f6d5.zip
FreeBSD-src-6f6c5103566f1ff9658a15f1c97f0e8e6bb9f6d5.tar.gz
MFC r264545:
Fix typo. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/dev/iscsi')
-rw-r--r--sys/dev/iscsi/icl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c
index b40dc68..a6bd680 100644
--- a/sys/dev/iscsi/icl.c
+++ b/sys/dev/iscsi/icl.c
@@ -880,7 +880,7 @@ icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue)
/*
* Set the low watermark, to be checked by
- * sowritable() in icl_soupcall_send()
+ * sowriteable() in icl_soupcall_send()
* to avoid unneccessary wakeups until there
* is enough space for the PDU to fit.
*/
OpenPOWER on IntegriCloud