fixing typo in error message
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Thu, 29 Jan 2015 15:49:22 +0000 (15:49 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Thu, 29 Jan 2015 15:49:22 +0000 (15:49 +0000)
llvm-svn: 227451

openmp/runtime/src/kmp_affinity.cpp

index 95dd2ac..e1962d1 100644 (file)
@@ -4361,7 +4361,7 @@ __kmp_aux_get_affinity_mask_proc(int proc, void **mask)
 
     if (__kmp_env_consistency_check) {
         if ((mask == NULL) || (*mask == NULL)) {
-            KMP_FATAL(AffinityInvalidMask, "kmp_set_affinity_mask_proc");
+            KMP_FATAL(AffinityInvalidMask, "kmp_get_affinity_mask_proc");
         }
     }