aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ConstantEmitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/ConstantEmitter.h')
-rw-r--r--lib/CodeGen/ConstantEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ConstantEmitter.h b/lib/CodeGen/ConstantEmitter.h
index 90c9fcd8cf81..b4d1b65743c7 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) {}