Skip to content

Commit

Permalink
Merge pull request #632 from gmlueck/gmlueck/cherry-pick-630
Browse files Browse the repository at this point in the history
Fix a grammar mistake.
  • Loading branch information
gmlueck authored Sep 26, 2024
2 parents b641321 + 7630a04 commit 95f721f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3682,7 +3682,7 @@ info::queue::device
==== Queue properties

The properties that can be provided when constructing the SYCL [code]#queue#
class are describe in <<table.properties.queue>>.
class are described in <<table.properties.queue>>.


[[table.properties.queue]]
Expand Down Expand Up @@ -4881,7 +4881,7 @@ reinterpret() const
==== Buffer properties

The properties that can be provided when constructing the SYCL [code]#buffer#
class are describe in <<table.properties.buffer>>.
class are described in <<table.properties.buffer>>.


[[table.properties.buffer]]
Expand Down Expand Up @@ -5895,7 +5895,7 @@ host_sampled_image_accessor<DataT, Dimensions> 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
<<table.properties.image>>.

// Interface for image properties
Expand Down

0 comments on commit 95f721f

Please sign in to comment.