diff options
author | Ruffalo Lavoisier <ruffalolavoisier@gmail.com> | 2024-11-20 13:34:13 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-12-11 09:07:40 -0700 |
commit | 5a3f0a11b2f1d01fd4675c28fdcc72ea0d149385 (patch) | |
tree | a8a829f2718b3bbea0840a42958d1b05648c5524 | |
parent | 9734b3e753ad4081d8c146e2cae177528246f7ba (diff) | |
download | lwn-5a3f0a11b2f1d01fd4675c28fdcc72ea0d149385.tar.gz lwn-5a3f0a11b2f1d01fd4675c28fdcc72ea0d149385.zip |
docs: remove duplicate word
- Remove duplicate word, 'to'.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241120043414.78811-1-RuffaloLavoisier@gmail.com
-rw-r--r-- | Documentation/admin-guide/sysctl/fs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst index f5ec6c9312e1..08e89e031714 100644 --- a/Documentation/admin-guide/sysctl/fs.rst +++ b/Documentation/admin-guide/sysctl/fs.rst @@ -41,7 +41,7 @@ pre-allocation or re-sizing of any kernel data structures. dentry-negative ---------------------------- -Policy for negative dentries. Set to 1 to to always delete the dentry when a +Policy for negative dentries. Set to 1 to always delete the dentry when a file is removed, and 0 to disable it. By default, this behavior is disabled. dentry-state |