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);
|
this->QueueSendRequest(req);
|
||||||
|
|
||||||
// Wait for the notification that indicates the tensor has been
|
// 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
|
// have not parsed the tensor to proto
|
||||||
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
|
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
|
||||||
}; // done_cb
|
}; // done_cb
|
||||||
|
@ -897,7 +897,7 @@ class _ClassPageInfo(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def guides(self):
|
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
|
return self._guides
|
||||||
|
|
||||||
def set_guides(self, guides):
|
def set_guides(self, guides):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user