Skip to content

Commit 0386021

Browse files
committed
[NFC] Correct documentation error in OpenMP release ReleaseNotes
Reviewed By: tianshilei1992 Differential Revision: https://reviews.llvm.org/D106330
1 parent 8afa4c4 commit 0386021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Non-comprehensive list of changes in this release
6363
runtime on a CUDA free system. ``gcc-multilib`` and ``g++-multilib`` are
6464
required. If CUDA is found, the device runtime will be built by default.
6565

66-
- Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
66+
- Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
6767
A bitcode library is required to build an OpenMP program. If the library is
6868
not found in the default path or any of the paths defined by ``LIBRARY_PATH``,
6969
an error will be raised. User can also specify the path to the bitcode device

0 commit comments

Comments
 (0)