Skip to content

Commit 0c88e94

Browse files
committed
fix spelling
1 parent 2e90185 commit 0c88e94

File tree

1 file changed

+1
-1
lines changed
  • Docs/sphinx_documentation/source

1 file changed

+1
-1
lines changed

Docs/sphinx_documentation/source/GPU.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ including AMReX's native kernel launching mechanisms as well OpenMP and OpenACC.
16121612
}
16131613

16141614
The above code simply invalidates all particle on all particle tiles. The ``ParticleTileData``
1615-
object is analagous to ``Array4`` in that it stores pointers to particle data and can be used
1615+
object is analogous to ``Array4`` in that it stores pointers to particle data and can be used
16161616
on either the host or the device. This is a convenient way to pass particle data into GPU kernels
16171617
because the same object can be used regardless of whether the data layout is AoS or SoA.
16181618

0 commit comments

Comments
 (0)