[NFC] typo

llvm-svn: 336840
This commit is contained in:
JF Bastien 2018-07-11 19:51:40 +00:00
parent f3fd38effd
commit f014bdc199
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}