aboutsummaryrefslogtreecommitdiff
path: root/kmod
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2019-09-20 09:02:10 -0400
committerThanos <tmakatos@gmail.com>2019-09-27 15:59:11 +0100
commit4aeaa091be0a870c0b61d8f89849fd4de00922a3 (patch)
treea1227cbf0913a572024707c989a4866960fdba24 /kmod
parent3a15f985f24bde35868de297e27e0a48730e1dc4 (diff)
downloadlibvfio-user-4aeaa091be0a870c0b61d8f89849fd4de00922a3.zip
libvfio-user-4aeaa091be0a870c0b61d8f89849fd4de00922a3.tar.gz
libvfio-user-4aeaa091be0a870c0b61d8f89849fd4de00922a3.tar.bz2
fix typo in comment
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'kmod')
-rw-r--r--kmod/muser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmod/muser.c b/kmod/muser.c
index 487bd6b..aaf11db 100644
--- a/kmod/muser.c
+++ b/kmod/muser.c
@@ -984,7 +984,7 @@ static ssize_t muser_read(struct mdev_device *mdev, char __user *buf,
WARN_ON(mudev == NULL);
- /* Setup mucmd and ping pages of the calling context. */
+ /* Setup mucmd and pin pages of the calling context. */
mucmd.type = MUSER_READ;
err = pin_pages(&mucmd, buf, count, 1);
if (err != 0)