Skip to content

Commit 2fb04a6

Browse files
Pavel SamolysovAlexeySachkov
andauthored
Use a clearer wording in a comment
Co-authored-by: Alexey Sachkov <[email protected]>
1 parent 2cf8211 commit 2fb04a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ void checkImageScopedDeviceGlobals(const Module &M,
405405
}
406406
if (EntryPointModulesIt->second != VarEntryPointModule) {
407407
error("device_global variable '" + Twine(GV.getName()) +
408-
"' with property \"device_image_scope\" is contained in more "
408+
"' with property \"device_image_scope\" is used in more "
409409
"than one device image.");
410410
}
411411
};

0 commit comments

Comments
 (0)