mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: fix some typos
form -> from accomodate -> accommodate Signed-off-by: Eric Ren <zren@suse.com>
This commit is contained in:
parent
4c94371005
commit
7617e08c03
@ -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,
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user