io_uring/rsrc: fix a comment in io_import_fixed()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 20 Feb 2023 14:13:52 +0000 (14:13 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Feb 2023 23:39:18 +0000 (16:39 -0700)
commit81da9e3accfcf978b87300629190d164228c8b8c
tree8e07b0f01ba40a8dd868d42748ea421e948b42a7
parenta3e70137863ea88681aab5cc928817f18fda4ba4
io_uring/rsrc: fix a comment in io_import_fixed()

io_import_fixed() supports offsets, but "may not" means the opposite.
Replace it with "might not" so the comments rather speaks about
possible cases.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/5b5f79958456caa6dc532f6205f75f224b232c81.1676902343.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.c