summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_omp.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_omp.h')
-rw-r--r--openmp/runtime/src/kmp_omp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_omp.h b/openmp/runtime/src/kmp_omp.h
index 27b550d1f663..c7ba32a14338 100644
--- a/openmp/runtime/src/kmp_omp.h
+++ b/openmp/runtime/src/kmp_omp.h
@@ -47,7 +47,7 @@ typedef struct {
} kmp_omp_nthr_item_t;
typedef struct {
- kmp_int32 num; // Number of items in the arrray.
+ kmp_int32 num; // Number of items in the array.
kmp_uint64 array; // Address of array of kmp_omp_num_threads_item_t.
} kmp_omp_nthr_info_t;