Commit 9e7dc228 authored by J. Neuschäfer's avatar J. Neuschäfer Committed by Jens Axboe
Browse files

io_uring/mock: Fix typo in help text



Fix the spelling of "subsystem".

Signed-off-by: default avatarJ. Neuschäfer <j.ne@posteo.net>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c36e28be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.