]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Documentation: Fix paste-o in recent OpenMP/OpenACC patch
authorSandra Loosemore <sloosemore@baylibre.com>
Wed, 18 Dec 2024 03:51:54 +0000 (03:51 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Wed, 18 Dec 2024 05:10:00 +0000 (05:10 +0000)
gcc/ChangeLog
* doc/extend.texi (OpenACC): Fix paste-o.

gcc/doc/extend.texi

index 54465ddc23a1846fda415a09ae1a0a4313c69587..f045159963edef343cd51a0221d0a52be4f880f9 100644 (file)
@@ -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.