diff options
| author | J. Neuschäfer <j.ne@posteo.net> | 2026-03-04 01:42:57 +0100 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-03-03 19:42:53 -0700 |
| commit | 9e7dc228bb6d4afa74dd6bab4f3aad43126cc2db (patch) | |
| tree | c90b9bd4160f761a84e1fc3c963eb527d488f99f | |
| parent | c36e28becd0586ac98318fd335e5e91d19cd2623 (diff) | |
io_uring/mock: Fix typo in help text
Fix the spelling of "subsystem".
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
| -rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index e95d43457851..74f07212db85 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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. |
