aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJoachim Meyer <5982050+fodinabor@users.noreply.github.com>2024-06-04 15:40:45 -0700
committerGitHub <noreply@github.com>2024-06-04 15:40:45 -0700
commit8896f21ca9e59f2de40f78bd7233a90d6cb62a77 (patch)
treec901c4e5491fd5a9609ab500549e0ed0ec4a7a59 /libc
parent0360d03240f59e6b26a16769943f905c9520fe04 (diff)
downloadllvm-8896f21ca9e59f2de40f78bd7233a90d6cb62a77.zip
llvm-8896f21ca9e59f2de40f78bd7233a90d6cb62a77.tar.gz
llvm-8896f21ca9e59f2de40f78bd7233a90d6cb62a77.tar.bz2
[NFC] Fix typo in libc/docs/gpu/using.rst
Diffstat (limited to 'libc')
-rw-r--r--libc/docs/gpu/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/docs/gpu/using.rst b/libc/docs/gpu/using.rst
index 1a9446ee..d5ad4c7 100644
--- a/libc/docs/gpu/using.rst
+++ b/libc/docs/gpu/using.rst
@@ -41,7 +41,7 @@ they can be used directly.
.. code-block:: sh
- $> clang opnemp.c -fopenmp --offload-arch=gfx90a -lcgpu-amdgpu
+ $> clang openmp.c -fopenmp --offload-arch=gfx90a -lcgpu-amdgpu
$> clang cuda.cu --offload-arch=sm_80 --offload-new-driver -fgpu-rdc -lcgpu-nvptx
$> clang hip.hip --offload-arch=gfx940 --offload-new-driver -fgpu-rdc -lcgpu-amdgpu