aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/caching
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-03 14:43:17 -0700
committerJonathan Corbet <[email protected]>2020-07-05 14:44:29 -0600
commit11166459ed08509d735db84fe02f125fef1b0dd7 (patch)
treec4265d5c578f019bbdd26a779f2eb23edae1b4fe /Documentation/filesystems/caching
parent612176a4a2d76a3e885a97b89c1aabac7521dc1e (diff)
Documentation: filesystems: caching/operations: drop doubled word
Drop the doubled word "be". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: David Howells <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'Documentation/filesystems/caching')
-rw-r--r--Documentation/filesystems/caching/operations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/operations.rst b/Documentation/filesystems/caching/operations.rst
index f7ddcc028939..9983e1675447 100644
--- a/Documentation/filesystems/caching/operations.rst
+++ b/Documentation/filesystems/caching/operations.rst
@@ -27,7 +27,7 @@ data storage and retrieval routines. Its operations are represented by
fscache_operation structs, though these are usually embedded into some other
structure.
-This facility is available to and expected to be be used by the cache backends,
+This facility is available to and expected to be used by the cache backends,
and FS-Cache will create operations and pass them off to the appropriate cache
backend for completion.