[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)
llvm-svn: 336840

clang/lib/CodeGen/ConstantEmitter.h

index 90c9fcd..b4d1b65 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) {}