Skip to content

Commit 63bc836

Browse files
author
Mike Kinsner
authored
Improve wording
1 parent f27c672 commit 63bc836

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6120,7 +6120,8 @@ to use manual synchronization though a [code]#host_accessor#, or by
61206120
passing a [code]#std::mutex# to the [code]#buffer# constructor through a
61216121
[code]#property#.
61226122

6123-
The SYCL runtime is required to lock the mutex whenever the data is in use by the runtime, and unlock
6123+
When a [code]#buffer# was constructed with a [code]#std::mutex# property, the SYCL runtime is
6124+
required to lock the mutex whenever the data is in use by the runtime, and unlock
61246125
the mutex when the data is not in use by the SYCL runtime.
61256126

61266127
[source,,linenums]

0 commit comments

Comments
 (0)