We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceacd7f commit ef58e6aCopy full SHA for ef58e6a
offload/liboffload/API/Queue.td
@@ -45,7 +45,7 @@ def : Function {
45
let name = "olWaitQueue";
46
let desc = "Make any future work submitted to this queue wait until the provided events are complete.";
47
let details = [
48
- "All events in `Events` must complete beforet he queue is unblocked.",
+ "All events in `Events` must complete before the queue is unblocked.",
49
"The input events can be from any queue on any device provided by the same platform as `Queue`.",
50
];
51
let params = [
0 commit comments