svn commit: r265525 - stable/10/sys/dev/iscsi
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed May 7 07:54:48 UTC 2014
Author: trasz
Date: Wed May 7 07:54:47 2014
New Revision: 265525
URL: http://svnweb.freebsd.org/changeset/base/265525
Log:
MFC r264545:
Fix typo.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/dev/iscsi/icl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/iscsi/icl.c
==============================================================================
--- stable/10/sys/dev/iscsi/icl.c Wed May 7 07:53:24 2014 (r265524)
+++ stable/10/sys/dev/iscsi/icl.c Wed May 7 07:54:47 2014 (r265525)
@@ -880,7 +880,7 @@ icl_conn_send_pdus(struct icl_conn *ic,
/*
* 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.
*/
More information about the svn-src-stable
mailing list