summaryrefslogtreecommitdiff
path: root/libdm
diff options
context:
space:
mode:
authorEric Ren <zren@suse.com>2017-07-09 01:21:38 +0800
committerZdenek Kabelac <zkabelac@redhat.com>2017-07-10 14:58:33 +0200
commit7617e08c0398bbfef66a710e377884c0793afa56 (patch)
tree97c3d1972d7251606866e43c04d0366bdcf62cc8 /libdm
parent4c943710059e51b3730fea385b7bd8ef34beecb2 (diff)
downloadlvm2-7617e08c0398bbfef66a710e377884c0793afa56.tar.gz
cleanup: fix some typos
form -> from accomodate -> accommodate Signed-off-by: Eric Ren <zren@suse.com>
Diffstat (limited to 'libdm')
-rw-r--r--libdm/misc/dm-log-userspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/misc/dm-log-userspace.h b/libdm/misc/dm-log-userspace.h
index 6418300c5..a770ae62e 100644
--- a/libdm/misc/dm-log-userspace.h
+++ b/libdm/misc/dm-log-userspace.h
@@ -34,7 +34,7 @@
* opt = addr.nl_groups;
* setsockopt(fd, SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, &opt, sizeof(opt));
*
- * User-space will then wait to receive requests form the kernel, which it
+ * User-space will then wait to receive requests from the kernel, which it
* will process as described below. The requests are received in the form,
* ((struct dm_ulog_request) + (additional data)). Depending on the request
* type, there may or may not be 'additional data'. In the descriptions below,