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:
@@ -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,
|
||||
);
|
||||
|
Reference in New Issue
Block a user