mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d771495274
commit
3f816bac24
|
@ -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
|
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
|
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
|
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
|
invalidation of larger caches. The cache must be in passthrough mode
|
||||||
when invalidate_cblocks is used.
|
when invalidate_cblocks is used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue