X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c997a75978da1fb6c5b1e213810f7b7c45aa3808..b8df87e176f27b25534f27d7e240defa32ca35bc:/examples/s4u/actor-kill/s4u-actor-kill.cpp diff --git a/examples/s4u/actor-kill/s4u-actor-kill.cpp b/examples/s4u/actor-kill/s4u-actor-kill.cpp index 1a000f3954..785ab6d868 100644 --- a/examples/s4u/actor-kill/s4u-actor-kill.cpp +++ b/examples/s4u/actor-kill/s4u-actor-kill.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -59,7 +59,7 @@ static void killer() XBT_INFO("OK, goodbye now. I commit a suicide."); simgrid::s4u::this_actor::exit(); - XBT_INFO("This line will never get displayed: I'm already dead since the previous line."); + XBT_INFO("This line never gets displayed: I'm already dead since the previous line."); } int main(int argc, char* argv[])