fix typo
authorManHyuk <manhyuk@kw.ac.kr>
Sat, 19 May 2018 15:11:55 +0000 (00:11 +0900)
committerManHyuk <manhyuk@kw.ac.kr>
Sat, 19 May 2018 15:11:55 +0000 (00:11 +0900)
tensorflow/contrib/mpi_collectives/kernels/ring.h

index 1d56d58..c001615 100644 (file)
@@ -129,7 +129,7 @@ cudaStream_t CudaStreamForMPI();
  *  has the fully accumulated Segment 1; and so on. The scatter-reduce is
  * complete.
  *
- *  Next, the allgather distributes these fully accumululated chunks across all
+ *  Next, the allgather distributes these fully accumulated chunks across all
  * nodes. Communication proceeds in the same ring, once again in N-1 steps. At
  * the ith step, node j will send chunk (j - i + 1) and receive chunk (j - i).
  * For example, at the first iteration, the following transfers will occur: