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>
Wed, 22 Feb 2023 16:57:23 +0000 (09:57 -0700)
commit6bf65a1b3668b04bb6c8126494d00303104eb9e5
tree8e0f514f48932c7f5b753fceb7331a44f1ad7961
parent8d664282a03fec09682f10252d3c785c2513691d
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