Skip to content

Commit e3e956c

Browse files
Mike Kinsnergmlueck
andauthored
Fix typos
Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
1 parent b50fc81 commit e3e956c

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
@@ -6116,7 +6116,7 @@ if set final data is [code]#nullptr)#.
61166116

61176117
To prevent race conditions between accesses to the host allocation owned by a
61186118
[code]#buffer# in the <<sycl-runtime>> (e.g., by accessors) and in host code, it
6119-
is necesssary to use manual synchronization though a [code]#host_accessor#, or
6119+
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
61216121
[code]#property#.
61226122

0 commit comments

Comments
 (0)