From da78bba04a81c0fffc03f411ba16444b34dfae56 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 15 Mar 2018 21:16:40 +0100 Subject: [PATCH 1/1] Correct comment. --- include/simgrid/s4u/Actor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 661e52db8a..e5cf824b38 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -214,11 +214,11 @@ public: s4u::Host* getHost(); /** Retrieves the PID of that actor * - * actor_id_t is an alias for unsigned long */ + * aid_t is an alias for long */ aid_t getPid(); /** Retrieves the PPID of that actor * - * actor_id_t is an alias for unsigned long */ + * aid_t is an alias for long */ aid_t getPpid(); /** Suspend an actor by suspending the task on which it was waiting for the completion. */ -- 2.20.1