Fix typo in comment. NFC.
authorKelvin Li <kkwli0@gmail.com>
Thu, 15 Dec 2016 17:55:32 +0000 (17:55 +0000)
committerKelvin Li <kkwli0@gmail.com>
Thu, 15 Dec 2016 17:55:32 +0000 (17:55 +0000)
llvm-svn: 289836

clang/lib/CodeGen/CGStmtOpenMP.cpp

index 6cd4d11..af47f2d 100644 (file)
@@ -3439,7 +3439,7 @@ static void emitCommonOMPTeamsDirective(CodeGenFunction &CGF,
 }
 
 void CodeGenFunction::EmitOMPTeamsDirective(const OMPTeamsDirective &S) {
-  // Emit parallel region as a standalone region.
+  // Emit teams region as a standalone region.
   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
     OMPPrivateScope PrivateScope(CGF);
     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);