From: JF Bastien Date: Wed, 11 Jul 2018 19:51:40 +0000 (+0000) Subject: [NFC] typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28a5dcbf3d1c0284839e156b2c0729439ffd7851;p=clang [NFC] typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ConstantEmitter.h b/lib/CodeGen/ConstantEmitter.h index 90c9fcd8cf..b4d1b65743 100644 --- a/lib/CodeGen/ConstantEmitter.h +++ b/lib/CodeGen/ConstantEmitter.h @@ -50,7 +50,7 @@ public: : CGM(CGM), CGF(CGF) {} /// Initialize this emission in the context of the given function. - /// Use this if the expression might contain contextaul references like + /// Use this if the expression might contain contextual references like /// block addresses or PredefinedExprs. ConstantEmitter(CodeGenFunction &CGF) : CGM(CGF.CGM), CGF(&CGF) {}