OSDN Git Service

Documentation: device-mapper: cache.txt: Fix typos
authorsayli karnik <karniksayli1995@gmail.com>
Sat, 18 Mar 2017 21:34:24 +0000 (03:04 +0530)
committerJonathan Corbet <corbet@lwn.net>
Sun, 19 Mar 2017 15:16:07 +0000 (09:16 -0600)
Fix a spelling error (hexidecimal->hexadecimal).

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/device-mapper/cache.txt

index f228604..cdfd0fe 100644 (file)
@@ -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.