Skip to content

Commit bfc2b57

Browse files
Apply suggestion from @paschalis-mpeis
Co-authored-by: Paschalis Mpeis <[email protected]>
1 parent 90046d7 commit bfc2b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ProfileData/SampleProf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ class FunctionSamples {
10181018
return CallsiteSamples;
10191019
}
10201020

1021-
/// Returns vtable access samples for the C++ types collcted in this function.
1021+
/// Returns vtable access samples for the C++ types collected in this function.
10221022
const CallsiteTypeMap &getCallsiteTypeCounts() const {
10231023
return VirtualCallsiteTypeCounts;
10241024
}

0 commit comments

Comments
 (0)