summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-06-28 17:48:01 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-06-28 18:11:14 +0200
commitd9cb1d398320420280cd7dde28fca77d2459457c (patch)
tree3cdf6938bb340e7f79bbdd6fdf0045fd87fe4af1 /conf
parent73a05c8f02e9e4575b1ffceebc3a907f2e43517b (diff)
downloadlvm2-d9cb1d398320420280cd7dde28fca77d2459457c.tar.gz
config_settings: typo fix
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index b4a55ae6a..16b49a495 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -723,7 +723,7 @@ allocation {
# vdo_write_policy = "auto"
# Configuration option allocation/vdo_max_discard.
- # Specified te maximum size of discard bio accepted, in 4096 byte blocks.
+ # Specified the maximum size of discard bio accepted, in 4096 byte blocks.
# I/O requests to a VDO volume are normally split into 4096-byte blocks,
# and processed up to 2048 at a time. However, discard requests to a VDO volume
# can be automatically split to a larger size, up to <max discard> 4096-byte blocks