[PATCH 1/1] md: Fix typo in comment

From: Cherniaev Andrei
Date: Thu Jan 09 2025 - 01:55:11 EST


Signed-off-by: Cherniaev Andrei <dungeonlords789@xxxxxxxxx>
---
include/uapi/linux/raid/md_p.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/raid/md_p.h b/include/uapi/linux/raid/md_p.h
index 5a43c23f53bf..36a3394e5066 100644
--- a/include/uapi/linux/raid/md_p.h
+++ b/include/uapi/linux/raid/md_p.h
@@ -76,10 +76,10 @@
#define MD_DISK_SYNC 2 /* disk is in sync with the raid set */
#define MD_DISK_REMOVED 3 /* disk is in sync with the raid set */
#define MD_DISK_CLUSTER_ADD 4 /* Initiate a disk add across the cluster
- * For clustered enviroments only.
+ * For clustered environments only.
*/
#define MD_DISK_CANDIDATE 5 /* disk is added as spare (local) until confirmed
- * For clustered enviroments only.
+ * For clustered environments only.
*/
#define MD_DISK_FAILFAST 10 /* Send REQ_FAILFAST if there are multiple
* devices available - and don't try to
--
2.43.0