Merge pull request #10453 from chris-chris/patch/170605-misspell
Fix misspells on comments
This commit is contained in:
commit
aa2941ffd7
@ -257,7 +257,7 @@ void MPIRendezvousMgr::AddRequest(RecvTensorRequest request,
|
||||
this->QueueSendRequest(req);
|
||||
|
||||
// Wait for the notification that indicates the tensor has been
|
||||
// succesfully transmitted to the remote process. Only needed if we
|
||||
// successfully transmitted to the remote process. Only needed if we
|
||||
// have not parsed the tensor to proto
|
||||
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
|
||||
}; // done_cb
|
||||
|
@ -897,7 +897,7 @@ class _ClassPageInfo(object):
|
||||
|
||||
@property
|
||||
def guides(self):
|
||||
"""Returns a markdown string containing backlinks to relevent api_guides."""
|
||||
"""Returns a markdown string containing backlinks to relevant api_guides."""
|
||||
return self._guides
|
||||
|
||||
def set_guides(self, guides):
|
||||
|
Loading…
x
Reference in New Issue
Block a user