From: Arnaud Giersch Date: Fri, 19 Feb 2021 13:51:24 +0000 (+0100) Subject: Typo. X-Git-Tag: v3.27~328 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/22295f640199d3f6ec3e2a0cc71d4db7049047ce?hp=3965b45784421b5cdf6069e048dad3e184ae7d72 Typo. --- diff --git a/ChangeLog b/ChangeLog index fd3a5ba30e..55e7fd547a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -192,7 +192,7 @@ SMPI: allocations' size above which they are considered "shared" by default (as if they were performed through SMPI_SHARED_MALLOC macros). Default = 0 = disabled feature. - Note : malloc, calloc and free are now overriden by smpicc/cxx by default. + Note : malloc, calloc and free are now overridden by smpicc/cxx by default. This can cause some troubles if codes are already overriding these. If this is the case, defining SMPI_NO_OVERRIDE_MALLOC in the compilation flags can help, but will make this feature unusable.