Skip to content

Commit c4cebba

Browse files
Fix small typo
Co-authored-by: Mikhail Lychkov <[email protected]>
1 parent c22997b commit c4cebba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -18,7 +18,7 @@
1818
__SYCL_INLINE_NAMESPACE(cl) {
1919
namespace sycl {
2020
namespace detail {
21-
// This helper template must be specialized for nestend instance template
21+
// This helper template must be specialized for nested instance template
2222
// of each compile-time-constant property.
2323
template <typename T> struct IsCxPropertyInstance : std::false_type {};
2424
} // namespace detail

0 commit comments

Comments
 (0)