]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather/allgather-ompi-neighborexchange.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:Adrien.Gougeon/simgrid into master
[simgrid.git] / src / smpi / colls / allgather / allgather-ompi-neighborexchange.cpp
index ad4f6a27bcd591639cc2eda07256f681be779693..8a0a2b7d1ebaefee1d4a628d692b1279c672e54f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team.
+/* Copyright (c) 2013-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -137,7 +137,7 @@ allgather__ompi_neighborexchange(const void *sbuf, int scount,
       - Rest of the steps:
         update recv_data_from according to offset, and
         exchange two blocks with appropriate neighbor.
-        the send location becomes previous receve location.
+        the send location becomes previous receive location.
    */
    tmprecv = (char*)rbuf + neighbor[0] * rcount * rext;
    tmpsend = (char*)rbuf + rank * rcount * rext;