diff options
author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-03-05 17:46:50 +0000 |
---|---|---|
committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2015-03-05 17:46:50 +0000 |
commit | e4b9213f80fe52a335e80a1e9f7673e1fec7072c (patch) | |
tree | c39561b32134933fbc433efdea26980110508484 /openmp/runtime/src | |
parent | 7189084bef9b3d17039afbfd582dbc93fe14af55 (diff) | |
download | bcm5719-llvm-e4b9213f80fe52a335e80a1e9f7673e1fec7072c.tar.gz bcm5719-llvm-e4b9213f80fe52a335e80a1e9f7673e1fec7072c.zip |
minor change: comment improved
llvm-svn: 231381
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r-- | openmp/runtime/src/kmp_affinity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_affinity.cpp b/openmp/runtime/src/kmp_affinity.cpp index 5786d302251..d767140aa4a 100644 --- a/openmp/runtime/src/kmp_affinity.cpp +++ b/openmp/runtime/src/kmp_affinity.cpp @@ -3800,7 +3800,7 @@ __kmp_aux_affinity_initialize(void) goto sortAddresses; case affinity_balanced: - // Balanced works only for the case of a single package + // Balanced works only for the case of a single package and uniform topology if( nPackages > 1 ) { if( __kmp_affinity_verbose || __kmp_affinity_warnings ) { KMP_WARNING( AffBalancedNotAvail, "KMP_AFFINITY" ); |