iscsi-scst: Fix spelling in a source code comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6321 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-16 15:53:31 +00:00
parent bdf2c68e8a
commit 7c3b2c4ca6
+1 -1
View File
@@ -739,7 +739,7 @@ restart:
if (res > 0) {
/*
* To save CPU cycles we suppose that sock_recvmsg() adjusts
* msg->msg_iov and msg->msg_iovlen. The BUG_ON() statements
* msg->msg_iov and msg->msg_iovlen. The BUG_ON() statement
* below verifies this.
*/
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)