diff options
Diffstat (limited to 'openmp/runtime/src/kmp_atomic.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_atomic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_atomic.cpp b/openmp/runtime/src/kmp_atomic.cpp index fe80ba8b283..148b2da3f52 100644 --- a/openmp/runtime/src/kmp_atomic.cpp +++ b/openmp/runtime/src/kmp_atomic.cpp @@ -141,7 +141,7 @@ Full list of functions ====================== This leads to the generation of 376 atomic functions, as follows. -Functons for integers +Functions for integers --------------------- There are versions here for integers of size 1,2,4 and 8 bytes both signed and unsigned (where that matters). |