Date: Wed, 16 Apr 2014 17:39:59 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264545 - head/sys/dev/iscsi Message-ID: <201404161739.s3GHdxm5038751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404161739.s3GHdxm5038751>