diff options
author | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
commit | 8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d (patch) | |
tree | f8bb024567f4c213a4d1f9c32c5476bedebf0c35 /openmp/runtime/src/kmp_ftn_entry.h | |
parent | 4f8f890ade6f36beff56d1c93014bb41fde64cf5 (diff) | |
download | bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.tar.gz bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.zip |
Fix typos
llvm-svn: 202018
Diffstat (limited to 'openmp/runtime/src/kmp_ftn_entry.h')
-rw-r--r-- | openmp/runtime/src/kmp_ftn_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_ftn_entry.h b/openmp/runtime/src/kmp_ftn_entry.h index dbbca19ac35..5dc792aee42 100644 --- a/openmp/runtime/src/kmp_ftn_entry.h +++ b/openmp/runtime/src/kmp_ftn_entry.h @@ -30,13 +30,13 @@ #endif // __cplusplus /* - * For compatiblity with the Gnu/MS Open MP codegen, omp_set_num_threads(), + * For compatibility with the Gnu/MS Open MP codegen, omp_set_num_threads(), * omp_set_nested(), and omp_set_dynamic() [in lowercase on MS, and w/o * a trailing underscore on Linux* OS] take call by value integer arguments. * + omp_set_max_active_levels() * + omp_set_schedule() * - * For backward compatiblity with 9.1 and previous Intel compiler, these + * For backward compatibility with 9.1 and previous Intel compiler, these * entry points take call by reference integer arguments. */ #ifdef KMP_GOMP_COMPAT |