Skip to content

Commit ef58e6a

Browse files
committed
Typo
1 parent ceacd7f commit ef58e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/liboffload/API/Queue.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def : Function {
4545
let name = "olWaitQueue";
4646
let desc = "Make any future work submitted to this queue wait until the provided events are complete.";
4747
let details = [
48-
"All events in `Events` must complete beforet he queue is unblocked.",
48+
"All events in `Events` must complete before the queue is unblocked.",
4949
"The input events can be from any queue on any device provided by the same platform as `Queue`.",
5050
];
5151
let params = [

0 commit comments

Comments
 (0)