diff options
author | sayli karnik | 2017-03-18 22:34:24 +0100 |
---|---|---|
committer | Jonathan Corbet | 2017-03-19 16:16:07 +0100 |
commit | 3f816bac24f0d3c139c740f22d6c945645ca9eed (patch) | |
tree | 6db1b917c56a8660d7fd92e65f1690db9ed4f790 /Documentation/device-mapper | |
parent | Documentation: md: md-cluster.txt: Fix typos (diff) | |
download | kernel-qcow2-linux-3f816bac24f0d3c139c740f22d6c945645ca9eed.tar.gz kernel-qcow2-linux-3f816bac24f0d3c139c740f22d6c945645ca9eed.tar.xz kernel-qcow2-linux-3f816bac24f0d3c139c740f22d6c945645ca9eed.zip |
Documentation: device-mapper: cache.txt: Fix typos
Fix a spelling error (hexidecimal->hexadecimal).
Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/device-mapper')
-rw-r--r-- | Documentation/device-mapper/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/device-mapper/cache.txt b/Documentation/device-mapper/cache.txt index f228604ddbcd..cdfd0feb294e 100644 --- a/Documentation/device-mapper/cache.txt +++ b/Documentation/device-mapper/cache.txt @@ -290,7 +290,7 @@ message, which takes an arbitrary number of cblock ranges. Each cblock range's end value is "one past the end", meaning 5-10 expresses a range of values from 5 to 9. Each cblock must be expressed as a decimal value, in the future a variant message that takes cblock ranges -expressed in hexidecimal may be needed to better support efficient +expressed in hexadecimal may be needed to better support efficient invalidation of larger caches. The cache must be in passthrough mode when invalidate_cblocks is used. |