Skip to content

Commit 56b45b1

Browse files
committed
Comment
Created using spr 1.3.4
1 parent 2ff3c68 commit 56b45b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/include/bolt/Profile/YAMLProfileReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class YAMLProfileReader : public ProfileReaderBase {
108108
std::vector<BinaryFunction *> YamlProfileToFunction;
109109

110110
using FunctionSet = std::unordered_set<const BinaryFunction *>;
111-
/// To keep track of functions that have a matched profile before the profilez
111+
/// To keep track of functions that have a matched profile before the profile
112112
/// is attributed.
113113
FunctionSet ProfiledFunctions;
114114

0 commit comments

Comments
 (0)