diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index e89d4d405..5e0cbeffe 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -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)