From ca007c9ea13fbd43de5df6e0d94ebe7b7e1618f3 Mon Sep 17 00:00:00 2001 From: Cliff Burdick <30670611+cliffburdick@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:02:46 -0800 Subject: [PATCH] Fix typo in index.rst (#3620) --- docs/libcudacxx/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``: