diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/SampleProfileProbe.cpp')
| -rw-r--r-- | llvm/lib/Transforms/IPO/SampleProfileProbe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp b/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp index 3daa05a76d36..882b15c23ede 100644 --- a/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp +++ b/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp @@ -343,7 +343,7 @@ uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { Module *M = F.getParent(); MDBuilder MDB(F.getContext()); - // Since the GUID from probe desc and inline stack are computed seperately, we + // Since the GUID from probe desc and inline stack are computed separately, we // need to make sure their names are consistent, so here also use the name // from debug info. StringRef FName = F.getName(); |
