Fix a typo.
PiperOrigin-RevId: 264177111
This commit is contained in:
parent
544d5745bf
commit
7fb4c6deee
@ -36,7 +36,7 @@ class DefaultCommandQueue : public CommandQueue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Status WaitForCompletion() override {
|
Status WaitForCompletion() override {
|
||||||
// TODO(akulik): may be let a user to choose what wait method to use.
|
// TODO(akulik): Maybe let the user choose which wait method to use.
|
||||||
return GlActiveSyncWait();
|
return GlActiveSyncWait();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user