summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_atomic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_atomic.cpp')
-rw-r--r--openmp/runtime/src/kmp_atomic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_atomic.cpp b/openmp/runtime/src/kmp_atomic.cpp
index f1ee3d2cd48..fe80ba8b283 100644
--- a/openmp/runtime/src/kmp_atomic.cpp
+++ b/openmp/runtime/src/kmp_atomic.cpp
@@ -483,8 +483,8 @@ Functions for Complex types
---------------------------
Functions for complex types whose component floating point variables are of size
4,8,10 or 16 bytes. The names here are based on the size of the component float,
-*not* the size of the complex type. So `__kmpc_atomc_cmplx8_add` is an operation
-on a `complex<double>` or `complex(kind=8)`, *not* `complex<float>`.
+*not* the size of the complex type. So `__kmpc_atomic_cmplx8_add` is an
+operation on a `complex<double>` or `complex(kind=8)`, *not* `complex<float>`.
@code
__kmpc_atomic_cmplx4_add
OpenPOWER on IntegriCloud