Skip to content

Commit 2c04881

Browse files
Apply suggestions from code review
Co-authored-by: Mikhail Lychkov <[email protected]>
1 parent 3277faa commit 2c04881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/include/CL/sycl/ONEAPI/accessor_property_list.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class accessor_property_list : protected sycl::detail::PropertyListBase {
102102
struct ContainsPropertyInstance<void, PropT, Args...> : std::false_type {};
103103
#endif
104104

105-
// This template checks if to lists of properties contain the same set of
105+
// This template checks if two lists of properties contain the same set of
106106
// compile-time-constant properties in any order.
107107
template <typename ContainerT, typename... OtherProps>
108108
struct ContainsSameProperties

sycl/include/CL/sycl/detail/property_list_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class PropertyListBase {
103103
PI_INVALID_VALUE);
104104
}
105105

106-
// Stores enable/not enabled for simple properties
106+
// Stores enabled/disabled for simple properties
107107
std::bitset<DataLessPropKind::DataLessPropKindSize> MDataLessProps;
108108
// Stores shared_ptrs to complex properties
109109
std::vector<std::shared_ptr<PropertyWithDataBase>> MPropsWithData;

0 commit comments

Comments
 (0)