]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
io_uring/mock: Fix typo in help text
authorJ. Neuschäfer <j.ne@posteo.net>
Wed, 4 Mar 2026 00:42:57 +0000 (01:42 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Mar 2026 02:42:53 +0000 (19:42 -0700)
Fix the spelling of "subsystem".

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
init/Kconfig

index e95d43457851862afc8313389777e4dd9348c178..74f07212db852886be80f2033eed0babc0a9f302 100644 (file)
@@ -1897,7 +1897,7 @@ config IO_URING_MOCK_FILE
        default n
        depends on IO_URING
        help
-         Enable mock files for io_uring subststem testing. The ABI might
+         Enable mock files for io_uring subsystem testing. The ABI might
          still change, so it's still experimental and should only be enabled
          for specific test purposes.