Skip to content

Commit

Permalink
Change 'A to B' -> 'B to A' in memcopy descriptions (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Coughlin <[email protected]>
  • Loading branch information
johnbcoughlin and Jack Coughlin authored Nov 3, 2023
1 parent b86e50e commit edd5371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/memcopy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memcopy

The first example simple copies memory from `A` to `B`
The first example simple copies memory from `B` to `A`

````@eval
using Markdown
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/memcopy_static.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memcopy with static NDRange

The first example simple copies memory from `A` to `B`. In contrast to the previous examples
The first example simple copies memory from `B` to `A`. In contrast to the previous examples
it uses a fully static kernel configuration. Specializing the kernel on the iteration range itself.

````@eval
Expand Down

0 comments on commit edd5371

Please sign in to comment.