From c54803d41cee7efe632fb298e4cb9078f1a54599 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 19 Oct 2020 13:42:20 +0200 Subject: [PATCH 1/1] Typos. --- src/mc/inspect/mc_dwarf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mc/inspect/mc_dwarf.cpp b/src/mc/inspect/mc_dwarf.cpp index 26579d22f5..d9104122b8 100644 --- a/src/mc/inspect/mc_dwarf.cpp +++ b/src/mc/inspect/mc_dwarf.cpp @@ -1017,7 +1017,7 @@ static std::string find_by_build_id(std::vector 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(); } -- 2.20.1