Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix host name issue with ns3 wifi, add ssid, set active probing to false
[simgrid.git] / src / mc / inspect / DwarfExpression.hpp
index c2058a988f7b9da1b74b7bc78391499dd4aa0e9a..797f66143ef0120f64dd27fd894331d12a7f7ab8 100644 (file)
@@ -39,7 +39,7 @@ typedef std::vector<Dwarf_Op> 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 {