svn commit: r264545 - head/sys/dev/iscsi

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 16 17:39:59 UTC 2014


Author: trasz
Date: Wed Apr 16 17:39:59 2014
New Revision: 264545
URL: http://svnweb.freebsd.org/changeset/base/264545

Log:
  Fix typo.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/iscsi/icl.c

Modified: head/sys/dev/iscsi/icl.c
==============================================================================
--- head/sys/dev/iscsi/icl.c	Wed Apr 16 17:39:10 2014	(r264544)
+++ head/sys/dev/iscsi/icl.c	Wed Apr 16 17:39:59 2014	(r264545)
@@ -885,7 +885,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-all mailing list