From: Arnaud Giersch Date: Tue, 8 Mar 2022 22:41:18 +0000 (+0100) Subject: Update comment. X-Git-Tag: v3.31~182 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e2bc3b5da67548cb7210dbdf6297650a429c8836 Update comment. --- diff --git a/src/kernel/EngineImpl.cpp b/src/kernel/EngineImpl.cpp index 9af27b76d1..f2d531df8b 100644 --- a/src/kernel/EngineImpl.cpp +++ b/src/kernel/EngineImpl.cpp @@ -209,7 +209,7 @@ void EngineImpl::initialize(int* argc, char** argv) EngineImpl::instance_ = this; #if SIMGRID_HAVE_MC // The communication initialization is done ASAP, as we need to get some init parameters from the MC for different - // layers. But simix_global needs to be created, as we send the address of some of its fields to the MC that wants to + // layers. But instance_ needs to be created, as we send the address of some of its fields to the MC that wants to // read them directly. simgrid::mc::AppSide::initialize(); #endif