X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56651d7c6d0cc1c2108ca0d8de7e34462acd0514..c86fbd9ddd59c63d254ddc5f9f661889419df5f9:/src/mc/inspect/DwarfExpression.hpp diff --git a/src/mc/inspect/DwarfExpression.hpp b/src/mc/inspect/DwarfExpression.hpp index c2058a988f..797f66143e 100644 --- a/src/mc/inspect/DwarfExpression.hpp +++ b/src/mc/inspect/DwarfExpression.hpp @@ -39,7 +39,7 @@ typedef std::vector DwarfExpression; /** Context of evaluation of a DWARF expression * * Some DWARF instructions need to read the CPU registers, - * the process memory, etc. All those informations are gathered in + * the process memory, etc. All those information are gathered in * the evaluation context. */ struct ExpressionContext {