Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / crypto / async_tx / raid6test.c
index 66db82e5a3b13675f95b0f3283e8b0a415980ca3..c9d218e53bcb0a2aafc7a71d9ebd7a118a601a55 100644 (file)
@@ -217,7 +217,7 @@ static int raid6_test(void)
                err += test(12, &tests);
        }
 
-       /* the 24 disk case is special for ioatdma as it is the boudary point
+       /* the 24 disk case is special for ioatdma as it is the boundary point
         * at which it needs to switch from 8-source ops to 16-source
         * ops for continuation (assumes DMA_HAS_PQ_CONTINUE is not set)
         */
@@ -241,7 +241,7 @@ static void raid6_test_exit(void)
 }
 
 /* when compiled-in wait for drivers to load first (assumes dma drivers
- * are also compliled-in)
+ * are also compiled-in)
  */
 late_initcall(raid6_test);
 module_exit(raid6_test_exit);