net, iovec: fix the incorrect comment in memcpy_fromiovecend()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Mon, 28 Oct 2013 06:01:50 +0000 (14:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Oct 2013 04:19:04 +0000 (00:19 -0400)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/iovec.c

index b77eeec..4cdb7c4 100644 (file)
@@ -100,7 +100,7 @@ int memcpy_toiovecend(const struct iovec *iov, unsigned char *kdata,
 EXPORT_SYMBOL(memcpy_toiovecend);
 
 /*
- *     Copy iovec from kernel. Returns -EFAULT on error.
+ *     Copy iovec to kernel. Returns -EFAULT on error.
  */
 
 int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov,