Skip to content

Commit 57ddba9

Browse files
committed
[SYCL] Fix typo
Signed-off-by: Hu, Peisen <[email protected]>
1 parent bbbee4e commit 57ddba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/ext/oneapi/kernel_properties/properties.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ struct ConflictingProperties<max_linear_work_group_size_key, Properties> {
444444
}();
445445
};
446446

447-
// If the kernel (last element in the parameter pack) has a get(propereties_tag)
448-
// method, return the proeprty list specified by this getter. Otherwise, return
447+
// If the kernel (last element in the parameter pack) has a get(properties_tag)
448+
// method, return the property list specified by this getter. Otherwise, return
449449
// an empty properety list.
450450
template <typename... RestT>
451451
auto RetrieveGetMethodPropertiesOrEmpty(RestT &&...Rest) {

0 commit comments

Comments
 (0)