diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index 2ebf6256..32fd05d2 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -4887,7 +4887,7 @@ reinterpret() const ==== Buffer properties The properties that can be provided when constructing the SYCL [code]#buffer# -class are describe in <>. +class are described in <>. [[table.properties.buffer]] @@ -5901,7 +5901,7 @@ host_sampled_image_accessor get_host_access() ==== Image properties The properties that can be provided when constructing the SYCL -[code]#unsampled_image# and [code]#sampled_image# classes are describe in +[code]#unsampled_image# and [code]#sampled_image# classes are described in <>. // Interface for image properties diff --git a/adoc/headers/platformInfo.h b/adoc/headers/platformInfo.h index 6fd85018..70019e88 100644 --- a/adoc/headers/platformInfo.h +++ b/adoc/headers/platformInfo.h @@ -5,7 +5,6 @@ namespace sycl { namespace info { namespace platform { -struct profile; struct version; struct name; struct vendor;