We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3c68 commit 56b45b1Copy full SHA for 56b45b1
bolt/include/bolt/Profile/YAMLProfileReader.h
@@ -108,7 +108,7 @@ class YAMLProfileReader : public ProfileReaderBase {
108
std::vector<BinaryFunction *> YamlProfileToFunction;
109
110
using FunctionSet = std::unordered_set<const BinaryFunction *>;
111
- /// To keep track of functions that have a matched profile before the profilez
+ /// To keep track of functions that have a matched profile before the profile
112
/// is attributed.
113
FunctionSet ProfiledFunctions;
114
0 commit comments