Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix most of spelling mistakes in src/
[simgrid.git] / src / smpi / colls / bcast / bcast-scatter-LR-allgather.cpp
index 7148af8..646d3b1 100644 (file)
@@ -114,7 +114,7 @@ int bcast__scatter_LR_allgather(void *buff, int count,
   }
 
   // This process is responsible for all processes that have bits
-  // set from the LSB upto (but not including) mask.  Because of
+  // set from the LSB up to (but not including) mask.  Because of
   // the "not including", we start by shifting mask back down
   // one.