X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..e6a1650c1da9d6a60f8fc5d12ebce854120ccdb7:/include/xbt/system_error.hpp diff --git a/include/xbt/system_error.hpp b/include/xbt/system_error.hpp index cc87669dbf..5aef0f03e2 100644 --- a/include/xbt/system_error.hpp +++ b/include/xbt/system_error.hpp @@ -17,7 +17,7 @@ namespace xbt { /** A `error_category` suitable to be used with `errno` * * It is not clear which error we are supposed to generate - * when getting a errno: + * when getting an errno: * * * `system_error` clearly cannot be used for this on Windows; *