aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2024-12-18 03:51:54 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2024-12-18 05:10:00 +0000
commitb34fbab529e64dbeb6db70263e35373c200f899a (patch)
tree29b6bf174d5f1b736c2f0f3f2f0e270a66d9231b
parent88aa69f8126db9a2d5f93b5c6c54cc01d21d1c6e (diff)
downloadgcc-b34fbab529e64dbeb6db70263e35373c200f899a.zip
gcc-b34fbab529e64dbeb6db70263e35373c200f899a.tar.gz
gcc-b34fbab529e64dbeb6db70263e35373c200f899a.tar.bz2
Documentation: Fix paste-o in recent OpenMP/OpenACC patch
gcc/ChangeLog * doc/extend.texi (OpenACC): Fix paste-o.
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 54465dd..f045159 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -29403,7 +29403,7 @@ GCC strives to be compatible with the
@uref{https://www.openacc.org/, OpenACC Application Programming
Interface v2.6}.
-To enable the processing of OpenACC directives @samp{#pragma omp}
+To enable the processing of OpenACC directives @samp{#pragma acc}
in C and C++, GCC needs to be invoked with the @option{-fopenacc} option.
This option also arranges for automatic linking of the OpenACC runtime
library.