rusticl/event: fix outdated comment in call

Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30215>
This commit is contained in:
Karol Herbst
2024-07-17 13:17:39 +02:00
committed by Marge Bot
parent 38e15037f4
commit 00540594df

View File

@@ -241,7 +241,7 @@ impl Event {
}
let res = w(queue, ctx).err().map_or(
// if there is an error, negate it
// return the error if there is one
CL_SUBMITTED as cl_int,
|e| e,
);