Fix a typo.

PiperOrigin-RevId: 264177111
This commit is contained in:
Juhyun Lee 2019-08-19 09:53:23 -07:00 committed by TensorFlower Gardener
parent 544d5745bf
commit 7fb4c6deee

View File

@ -36,7 +36,7 @@ class DefaultCommandQueue : public CommandQueue {
}
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();
}
};