summaryrefslogtreecommitdiffstats
path: root/libdm
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-08-07 21:24:41 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-08-07 21:24:41 +0100
commit701b4a8363417b7d72a7255ca663991f3be95859 (patch)
tree5fff7a719ab236d3808d5b494e76bae426a62e4f /libdm
parentdf452b47a1ae0288e737cfcdc171f8fe31e4a876 (diff)
downloadlvm2-701b4a8363417b7d72a7255ca663991f3be95859.tar.gz
lvm2-701b4a8363417b7d72a7255ca663991f3be95859.tar.xz
lvm2-701b4a8363417b7d72a7255ca663991f3be95859.zip
thin: use discards as plural rather than singular
Global change from --discard to --discards, as that feels more natural.
Diffstat (limited to 'libdm')
-rw-r--r--libdm/libdevmapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdm/libdevmapper.h b/libdm/libdevmapper.h
index 28685b27..6d241028 100644
--- a/libdm/libdevmapper.h
+++ b/libdm/libdevmapper.h
@@ -660,8 +660,8 @@ int dm_tree_node_add_thin_pool_message(struct dm_tree_node *node,
/*
* Set thin pool discard features
- * ignore - Disable discard support
- * no_passdown - Don't pass discard down to underlaying data device,
+ * ignore - Disable support for discards
+ * no_passdown - Don't pass discards down to underlying data device,
* just remove the mapping
* Feature is available since version 1.1 of the thin target.
*/