From: Martin Quinson Date: Tue, 6 Mar 2018 17:06:17 +0000 (+0100) Subject: sonar don't like comments ending with ';' X-Git-Tag: v3.19~152 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2d75d1cbec1f1390f086522ccc8a0b3a4e645d89?ds=sidebyside sonar don't like comments ending with ';' --- diff --git a/src/surf/plugins/host_load.cpp b/src/surf/plugins/host_load.cpp index b33570ded2..31ea874530 100644 --- a/src/surf/plugins/host_load.cpp +++ b/src/surf/plugins/host_load.cpp @@ -90,7 +90,7 @@ void HostLoad::update() } /** - * WARNING: This function does not guarantee that you have the real load at any time; + * WARNING: This function does not guarantee that you have the real load at any time * imagine all actions on your CPU terminate at time t. Your load is then 0. Then * you query the load (still 0) and then another action starts (still at time t!). * This means that the load was never really 0 (because the time didn't advance) but