Skip to content

Commit 2807482

Browse files
committed
Fix capitalization
The name of a KHR extension should be lower case. It also seemed good to make the name into a link.
1 parent fac9b20 commit 2807482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adoc/extensions/sycl_khr_dynamic_addrspace_cast.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
This extension introduces a [code]#dynamic_addrspace_cast# function with the
55
same semantics as [code]#sycl::address_space_cast# to align with the
66
[code]#static_addrspace_cast# function defined by the
7-
SYCL_KHR_STATIC_ADDRSPACE_CAST extension, and clarifies the expected behavior of
8-
a dynamic address space cast.
7+
<<sec:khr-static-addrspace-cast,sycl_khr_static_addrspace_cast>> extension, and
8+
clarifies the expected behavior of a dynamic address space cast.
99

1010
[[sec:khr-dynamic-addrspace-cast-dependencies]]
1111
== Dependencies

0 commit comments

Comments
 (0)