diff options
author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-01-07 14:03:31 +0800 |
---|---|---|
committer | Jim Lin <tclin914@gmail.com> | 2020-01-07 14:05:03 +0800 |
commit | 4c6a098ad52fc2844f7733bc051cd7a729500f04 (patch) | |
tree | 193f3aec653ba4efa032f12fd62c3a4f5b5cf57f /openmp/runtime/src/kmp_atomic.cpp | |
parent | 6598af4a54b0f67cdaf14ca1b6809e6f109679e8 (diff) | |
download | bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.tar.gz bcm5719-llvm-4c6a098ad52fc2844f7733bc051cd7a729500f04.zip |
[OpenMP] NFC: Fix trivial typos in comments
Reviewers: jdoerfert, Jim
Reviewed By: Jim
Subscribers: Jim, mgorny, guansong, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D72285
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). |