Fix typo in comment. NFC.

llvm-svn: 289836
This commit is contained in:
Kelvin Li 2016-12-15 17:55:32 +00:00
parent 94752697ee
commit 51336dd0b4
1 changed files with 1 additions and 1 deletions

View 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);