Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Lueck <[email protected]>
  • Loading branch information
Mike Kinsner and gmlueck authored Nov 22, 2023
1 parent b50fc81 commit e3e956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6116,7 +6116,7 @@ if set final data is [code]#nullptr)#.

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

Expand Down

0 comments on commit e3e956c

Please sign in to comment.