Skip to content

Commit f87291d

Browse files
authored
[SYCL][NFC] Fix a couple of typos in the comments (#1179)
Signed-off-by: Alexey Bader <[email protected]>
1 parent 65da01b commit f87291d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/opencl/pi_opencl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ pi_result OCL(piextDeviceSelectBinary)(pi_device device,
193193

194194
// TODO: this is a bare-bones implementation for choosing a device image
195195
// that would be compatible with the targeted device. An AOT-compiled
196-
// image is preferred over SPIRV for known devices (i.e. Intel devices)
196+
// image is preferred over SPIR-V for known devices (i.e. Intel devices)
197197
// The implementation makes no effort to differentiate between multiple images
198198
// for the given device, and simply picks the first one compatible
199-
// Real implementaion will use the same mechanism OpenCL ICD dispatcher
199+
// Real implementation will use the same mechanism OpenCL ICD dispatcher
200200
// uses. Something like:
201201
// PI_VALIDATE_HANDLE_RETURN_HANDLE(ctx, PI_INVALID_CONTEXT);
202202
// return context->dispatch->piextDeviceSelectIR(

0 commit comments

Comments
 (0)