Salome HOME
Minor doxygen fix
[tools/medcoupling.git] / src / ParaMEDMEM / OverlapMapping.cxx
index 60a4a8b030d433f06b11209a7157c678a9c33b19..4be5c883a7f6e73e13e64372730c602667f24c60 100644 (file)
@@ -152,7 +152,7 @@ void OverlapMapping::prepare(const std::vector< int >& procsToSendField, int nbO
 
   //updating _src_ids_zip_st2 and _src_ids_zip_st2 with received matrix.
   fillSourceIdsZipReceivedForMultiply();
-  // Prepare proc list for future field data exchange (mutliply()):
+  // Prepare proc list for future field data exchange (multiply()):
   _proc_ids_to_send_vector_st = procsToSendField;
   // Make some space on local proc:
   _matrixes_st.clear();