[PATCH] Fix typo in RAID arrays documentation

From: Vivek Alurkar
Date: Tue Aug 19 2025 - 18:52:00 EST


Changed "write-throuth" to "write-through".

Signed-off-by: Vivek Alurkar <primalkenja@xxxxxxxxx>
---
Documentation/admin-guide/md.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/md.rst b/Documentation/admin-guide/md.rst
index 4ff2cc291d18..8b9866cacb87 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" and "write-back". The
default is "write-through".

ppl_write_hint
--
2.48.1