Skip to content

Commit c4a55a5

Browse files
Update sycl/plugins/level_zero/pi_level_zero.cpp
Fixed typo in comments. Co-authored-by: smaslov-intel <[email protected]>
1 parent de1477c commit c4a55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ pi_result piPlatformsGet(pi_uint32 NumEntries, pi_platform *Platforms,
650650

651651
// Cache pi_platforms for reuse in the future
652652
// It solves two problems;
653-
// 1. sycl::device equality issue; we always return the same pi_device.
653+
// 1. sycl::platform equality issue; we always return the same pi_platform.
654654
// 2. performance; we can save time by immediately return from cache.
655655
//
656656
// Note: The memory for "PiPlatformsCache" and "PiPlatformsCacheMutex" is

0 commit comments

Comments
 (0)