Skip to content

Commit

Permalink
Remove unnecessary "is"
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Alekseenko <[email protected]>
  • Loading branch information
Pennycook and al42and authored Jan 20, 2025
1 parent 75867f7 commit 151f632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/extensions/sycl_khr_free_function_commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ _Preconditions_:
accessible on the device;
* [code]#src# and [code]#dest# both point to allocations of at least
[code]#count# elements of type [code]#T#; and
* If either [code]#src# or [code]#dest# is a pointer is to a USM allocation,
* If either [code]#src# or [code]#dest# is a pointer to a USM allocation,
that allocation was created from the same context as the handler's queue.

_Effects (1)_: Equivalent to [code]#h.copy(src, dest, count)#.
Expand Down

0 comments on commit 151f632

Please sign in to comment.