Skip to content

Commit 45ee132

Browse files
author
Erich Keane
committed
Fix missing paren in comment
1 parent 7ba2898 commit 45ee132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CodeGenModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ void CodeGenModule::EmitGlobal(GlobalDecl GD) {
26942694
}
26952695

26962696
// clang::ParseAST ensures that we emit the SYCL devices at the end, so
2697-
// anything that is a device (or indirectly called will be handled later.
2697+
// anything that is a device (or indirectly called) will be handled later.
26982698
if (LangOpts.SYCLIsDevice && Global->hasAttr<SYCLDeviceAttr>()) {
26992699
addDeferredDeclToEmit(GD);
27002700
return;

0 commit comments

Comments
 (0)