]> sourceware.org Git - lvm2.git/commitdiff
cleanup: fix some typos
authorEric Ren <zren@suse.com>
Sat, 8 Jul 2017 17:21:38 +0000 (01:21 +0800)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Jul 2017 12:58:33 +0000 (14:58 +0200)
form -> from
accomodate -> accommodate

Signed-off-by: Eric Ren <zren@suse.com>
libdm/misc/dm-log-userspace.h
tools/command.h

index 6418300c509bbf57defab35d0358bac2abff4cb1..a770ae62e9a3cf26e9416c4a6c51e054907ffb50 100644 (file)
@@ -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,
index a84e3742c13e44804e9bacbc9149ee5e51669f35..c2e3e6a9a67ad1709706bbae203898cdd0cc1ab6 100644 (file)
@@ -150,7 +150,7 @@ struct cmd_rule {
 /*
  * Array sizes
  *
- * CMD_RO_ARGS needs to accomodate a list of options,
+ * CMD_RO_ARGS needs to accommodate a list of options,
  * of which one is required after which the rest are
  * optional.
  */
This page took 0.034375 seconds and 5 git commands to generate.