Skip to content

Commit 58d035d

Browse files
joppermsommerlukas
andauthored
Update sycl/source/detail/jit_compiler.cpp
Co-authored-by: Lukas Sommer <[email protected]>
1 parent ebae8bd commit 58d035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/jit_compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ sycl_device_binaries jit_compiler::createDeviceBinaryImage(
11231123
const ::jit_compiler::RTCBundleInfo &BundleInfo) {
11241124
DeviceBinaryContainer Binary;
11251125
for (const auto &Symbol : BundleInfo.SymbolTable) {
1126-
// Create an offload entry each kernel.
1126+
// Create an offload entry for each kernel.
11271127
// It seems to be OK to set zero for most of the information here, at least
11281128
// that is the case for compiled SPIR-V binaries.
11291129
OffloadEntryContainer Entry{Symbol.c_str(), nullptr, 0, 0, 0};

0 commit comments

Comments
 (0)