From 2d75d1cbec1f1390f086522ccc8a0b3a4e645d89 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 6 Mar 2018 18:06:17 +0100 Subject: [PATCH] sonar don't like comments ending with ';' --- src/surf/plugins/host_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1