Skip to content

Commit 54af265

Browse files
committed
Fix typo
1 parent 70fcbd6 commit 54af265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_graph_fusion.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ namespace sycl::ext::oneapi::experimental::property{
211211
inline constexpr auto access_scope_local =
212212
access_scope<memory_scope_work_group>;
213213

214-
inlint constexpr auto access_scope_private =
214+
inline constexpr auto access_scope_private =
215215
access_scope<memory_scope_work_item>;
216216

217217
} // namespace sycl::ext::oneapi::experimental::property

0 commit comments

Comments
 (0)