Skip to content

Commit a34b463

Browse files
authored
Fix typo
1 parent 543aa6f commit a34b463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
5050
value_type, access::address_space::local_space>::type *;
5151

5252
public:
53-
// Frontend requries special types to have a default constructor in device
53+
// Frontend requires special types to have a default constructor in device
5454
// compilation mode in order to have a uniform way of initializing an object of
5555
// special type to then call the __init method on it. This is purely an
5656
// implementation detail and not part of the spec.

0 commit comments

Comments
 (0)