Skip to content

Commit

Permalink
Fix typo in index.rst (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick authored Jan 30, 2025
1 parent 77a6a45 commit ca007c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcudacxx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ learning curve of learning CUDA. However, there are many aspects of writing high
be expressed through purely Standard conforming APIs. For these cases, libcu++ also provides *extensions* of Standard
Library utilities.

For example, libcu++ extends ``atomic<T>`` and other synchornization primitives with the notion of a “thread scope”
For example, libcu++ extends ``atomic<T>`` and other synchronization primitives with the notion of a “thread scope”
that controls the strength of the memory fence.

To use utilities that are extensions to Standard Library features, drop the ``std``:
Expand Down

0 comments on commit ca007c9

Please sign in to comment.