From 3a14a4c19a3a0231d3dbce7f8d4b68d317ebe763 Mon Sep 17 00:00:00 2001 From: "Plyakhin, Yury" Date: Wed, 25 Feb 2026 23:18:21 +0100 Subject: [PATCH] [SYCL][DOC] Fix typo in sycl_ext_oneapi_use_pinned_host_memory_property --- .../sycl_ext_oneapi_use_pinned_host_memory_property.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/doc/extensions/supported/sycl_ext_oneapi_use_pinned_host_memory_property.asciidoc b/sycl/doc/extensions/supported/sycl_ext_oneapi_use_pinned_host_memory_property.asciidoc index 1fa40174a2749..66f2a96845d7b 100644 --- a/sycl/doc/extensions/supported/sycl_ext_oneapi_use_pinned_host_memory_property.asciidoc +++ b/sycl/doc/extensions/supported/sycl_ext_oneapi_use_pinned_host_memory_property.asciidoc @@ -17,7 +17,7 @@ This document describes an extension that introduces a +sycl::ext::oneapi::prope |=== |Property |Description -|`syc::ext::oneapi::property::buffer::use_pinned_host_memory` +|`sycl::ext::oneapi::property::buffer::use_pinned_host_memory` | The `use_pinned_host_memory` property adds the requirement that the SYCL runtime must allocate host pinned memory for the `sycl::buffer`. The property cannot be used with the `sycl::buffer` constructors that take hostData parameter, a SYCL exception with errc::invalid error code must be thrown in this case. |=== @@ -29,7 +29,7 @@ supporting this extension must predefine the macro `SYCL_EXT_ONEAPI_USE_PINNED_HOST_MEMORY_PROPERTY` to one of the values defined in the table below. Applications can test for the existence of this macro to determine if the implementation supports this feature, or applications can test -the macro’s value to determine which of the extension’s APIs the implementation +the macro's value to determine which of the extension's APIs the implementation supports. [%header,cols="1,5"]