diff options
author | JF Bastien <jfbastien@apple.com> | 2018-07-11 19:51:40 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2018-07-11 19:51:40 +0000 |
commit | f014bdc19980bc828f7321ce5b44e7e7012414e3 (patch) | |
tree | 4cbd18961e97320ac0f9288722b3cdefc5e931bc /clang/lib/CodeGen/ConstantEmitter.h | |
parent | f3fd38effd066272664209f858730f51f57ac2ff (diff) | |
download | bcm5719-llvm-f014bdc19980bc828f7321ce5b44e7e7012414e3.tar.gz bcm5719-llvm-f014bdc19980bc828f7321ce5b44e7e7012414e3.zip |
[NFC] typo
llvm-svn: 336840
Diffstat (limited to 'clang/lib/CodeGen/ConstantEmitter.h')
-rw-r--r-- | clang/lib/CodeGen/ConstantEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ConstantEmitter.h b/clang/lib/CodeGen/ConstantEmitter.h index 90c9fcd8cf8..b4d1b65743c 100644 --- a/clang/lib/CodeGen/ConstantEmitter.h +++ b/clang/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) {} |