X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/671e12e2cec060c4315c5c8162e6c0ccf0287f7b..393cd3ada1b9255734f91a4b1971ad9850af808b:/src/mc/checker/SimcallInspector.hpp diff --git a/src/mc/checker/SimcallInspector.hpp b/src/mc/checker/SimcallInspector.hpp index 525f3a5ce0..35287d4a98 100644 --- a/src/mc/checker/SimcallInspector.hpp +++ b/src/mc/checker/SimcallInspector.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2019-2020. 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. */ @@ -28,7 +28,7 @@ public: */ virtual void arm() {} - /** Some simcalls may only be observable under some circomstances. + /** Some simcalls may only be observable under some circumstances. * Most simcalls are not visible from the MC because they don't have an inspector at all. */ virtual bool is_visible() { return true; } virtual std::string to_string() = 0;