2
0
mirror of git://github.com/lxc/lxc synced 2025-09-02 17:59:33 +00:00

mainloop: minor fixes

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2021-08-10 17:42:41 +02:00
parent a399d7ead0
commit 80aa5876b3

View File

@@ -51,7 +51,7 @@ static void delete_handler(struct lxc_async_descr *descr,
* generated before and since this is a oneshot handler it
* means that it has been deactivated. So the only thing we
* need to do is to call the registered cleanup handler and
* remove the handlerfrom the list.
* remove the handler from the list.
*/
if (!oneshot)
ret = __io_uring_disarm(descr, handler);