Skip to content

Commit 01e0449

Browse files
author
Mike Kinsner
authored
Improve wording as suggested by the WG
1 parent e3e956c commit 01e0449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6114,7 +6114,7 @@ if set final data is [code]#nullptr)#.
61146114
[[subsec:mutex]]
61156115
=== Synchronization primitives
61166116

6117-
To prevent race conditions between accesses to the host allocation owned by a
6117+
To prevent race conditions between accesses to the host memory owned by a
61186118
[code]#buffer# in the <<sycl-runtime>> (e.g., by accessors) and in host code, it
61196119
is necessary to use manual synchronization through a [code]#host_accessor#, or
61206120
by passing a [code]#std::mutex# to the [code]#buffer# constructor through a

0 commit comments

Comments
 (0)