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.
                         */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to