Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 11:42:20 +0000 (13:42 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 11:42:20 +0000 (13:42 +0200)
src/mc/inspect/mc_dwarf.cpp

index 26579d2..d910412 100644 (file)
@@ -1017,7 +1017,7 @@ static std::string find_by_build_id(std::vector<char> id)
       return filename;
     }
   }
-  XBT_DEBUG("Not debuf info found for build ID %s\n", hex.data());
+  XBT_DEBUG("No debug info found for build ID %s\n", hex.data());
   return std::string();
 }