[PATCH] dm-table: fix spelling

Mikulas Patocka <[email protected]> Mon, 13 Jul 2026 21:25:53 +0200 (CEST)
Newsgroups dev.linux.lists.dm-devel
Message-ID <[email protected]>
Fix spelling: impementation -> implementation.

Signed-off-by: Mikulas Patocka <[email protected]>
Assisted-by: Claude:claude-opus-4.6

---
 drivers/md/dm-table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/drivers/md/dm-table.c
===================================================================
--- linux-2.6.orig/drivers/md/dm-table.c	2026-02-23 19:31:52.000000000 +0100
+++ linux-2.6/drivers/md/dm-table.c	2026-06-23 13:36:13.000000000 +0200
@@ -2035,7 +2035,7 @@ int dm_table_set_restrictions(struct dm_
 		limits->features &= ~BLK_FEAT_NOWAIT;
 
 	/*
-	 * The current polling impementation does not support request based
+	 * The current polling implementation does not support request based
 	 * stacking.
 	 */
 	if (!__table_type_bio_based(t->type))