]> granicus.if.org Git - clang/commitdiff
[NFC] typo
authorJF Bastien <jfbastien@apple.com>
Wed, 11 Jul 2018 19:51:40 +0000 (19:51 +0000)
committerJF Bastien <jfbastien@apple.com>
Wed, 11 Jul 2018 19:51:40 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336840 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ConstantEmitter.h

index 90c9fcd8cf8159c871fa179c6ace7e883ec13adf..b4d1b65743c7b035b9bbda2fc49278722fd1c3c5 100644 (file)
@@ -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) {}