mirror of https://github.com/microsoft/clang.git
[NFC] typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e14ae935c9
commit
28a5dcbf3d
|
@ -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) {}
|
||||
|
|
Loading…
Reference in New Issue