From: Sanjay Patel Date: Thu, 24 Aug 2017 15:00:13 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616b6cc1266cab6588927cd6e0b2fc75ae3bee83;p=llvm fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311665 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h b/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h index f688e7f1998..ab9dec0311b 100644 --- a/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +++ b/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h @@ -24,7 +24,7 @@ namespace llvm { struct LowerExpectIntrinsicPass : PassInfoMixin { /// \brief Run the pass over the function. /// - /// This will lower all of th expect intrinsic calls in this function into + /// This will lower all of the expect intrinsic calls in this function into /// branch weight metadata. That metadata will subsequently feed the analysis /// of the probabilities and frequencies of the CFG. After running this pass, /// no more expect intrinsics remain, allowing the rest of the optimizer to