From 737c9cfc580d1b10f2224d393d555e8785b7c1d4 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 16 Jan 2018 13:11:55 +0100 Subject: [PATCH] [SIMIX] Fix comment grammar --- src/simix/ActorImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index f04292c67d..94dfdaffa4 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -351,7 +351,7 @@ smx_actor_t SIMIX_process_create(const char* name, std::function code, v if (host->extension() == nullptr) host->extension_set(new simgrid::simix::Host()); - /* Add the process to its host process list */ + /* Add the process to its host's process list */ host->extension()->process_list.push_back(*process); XBT_DEBUG("Start context '%s'", process->name.c_str()); -- 2.20.1