Skip to content

Commit 2a914c8

Browse files
ppaluckirdementi
authored andcommitted
Fix typo
1 parent f92b55c commit 2a914c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpucounters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ void PCM::initUncoreObjects()
19871987
}
19881988
} catch (std::exception & e)
19891989
{
1990-
std::cerr << "ERROR: Could not open UFS TPMI register on socket " << s << ". Uncore frequency metrics will be unavailable. Excaption details: " << e.what() << "\n";
1990+
std::cerr << "ERROR: Could not open UFS TPMI register on socket " << s << ". Uncore frequency metrics will be unavailable. Exception details: " << e.what() << "\n";
19911991
}
19921992
}
19931993
}

0 commit comments

Comments
 (0)