r336840 - [NFC] typo
JF Bastien via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 11 12:51:40 PDT 2018
Author: jfb
Date: Wed Jul 11 12:51:40 2018
New Revision: 336840
URL: http://llvm.org/viewvc/llvm-project?rev=336840&view=rev
Log:
[NFC] typo
Modified:
cfe/trunk/lib/CodeGen/ConstantEmitter.h
Modified: cfe/trunk/lib/CodeGen/ConstantEmitter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/ConstantEmitter.h?rev=336840&r1=336839&r2=336840&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/ConstantEmitter.h (original)
+++ cfe/trunk/lib/CodeGen/ConstantEmitter.h Wed Jul 11 12:51:40 2018
@@ -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) {}
More information about the cfe-commits
mailing list