summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ConstantEmitter.h
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2018-07-11 19:51:40 +0000
committerJF Bastien <jfbastien@apple.com>2018-07-11 19:51:40 +0000
commitf014bdc19980bc828f7321ce5b44e7e7012414e3 (patch)
tree4cbd18961e97320ac0f9288722b3cdefc5e931bc /clang/lib/CodeGen/ConstantEmitter.h
parentf3fd38effd066272664209f858730f51f57ac2ff (diff)
downloadbcm5719-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.h2
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) {}
OpenPOWER on IntegriCloud