diff options
author | Vivek Alurkar <primalkenja@gmail.com> | 2025-08-20 22:16:21 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-08-29 16:29:18 -0600 |
commit | ddfaddc27724fddc07eaf2365ffdd23702f8d8e4 (patch) | |
tree | dd8576a411cbcbeeb5b2ec9acd6a811bcd5b8bd2 | |
parent | ba653158f40deccb3f79005bf1d5c6c37d45b247 (diff) |
Fix typo in RAID arrays documentation
Changed "write-throuth" to "write-through".
Signed-off-by: Vivek Alurkar <primalkenja@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250821051622.8341-2-primalkenja@gmail.com
-rw-r--r-- | Documentation/admin-guide/md.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/md.rst b/Documentation/admin-guide/md.rst index 4ff2cc291d18..04668272c0ee 100644 --- a/Documentation/admin-guide/md.rst +++ b/Documentation/admin-guide/md.rst @@ -758,7 +758,7 @@ These currently include: journal_mode (currently raid5 only) The cache mode for raid5. raid5 could include an extra disk for - caching. The mode can be "write-throuth" and "write-back". The + caching. The mode can be "write-through" or "write-back". The default is "write-through". ppl_write_hint |