Documentation: filesystems: fsverity: drop doubled word
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 3 Jul 2020 21:43:20 +0000 (14:43 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 5 Jul 2020 20:44:29 +0000 (14:44 -0600)
Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Theodore Y. Ts'o <tytso@mit.edu>
Cc: linux-fscrypt@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-6-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/fsverity.rst

index a95536b6443c8a31b3a512aafac8f965e96ac2fc..6c8944f6f0f74f26ccb0218ea504d1a35a4919a6 100644 (file)
@@ -659,7 +659,7 @@ weren't already directly answered in other parts of this document.
       retrofit existing filesystems with new consistency mechanisms.
       Data journalling is available on ext4, but is very slow.
 
-    - Rebuilding the the Merkle tree after every write, which would be
+    - Rebuilding the Merkle tree after every write, which would be
       extremely inefficient.  Alternatively, a different authenticated
       dictionary structure such as an "authenticated skiplist" could
       be used.  However, this would be far more complex.