diff --git a/docs/libcudacxx/index.rst b/docs/libcudacxx/index.rst index 0ae9c84339c..4ada47e7d85 100644 --- a/docs/libcudacxx/index.rst +++ b/docs/libcudacxx/index.rst @@ -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`` and other synchornization primitives with the notion of a “thread scope” +For example, libcu++ extends ``atomic`` 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``: