diff options
Diffstat (limited to 'openmp/runtime/src/kmp_wrapper_malloc.h')
-rw-r--r-- | openmp/runtime/src/kmp_wrapper_malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_wrapper_malloc.h b/openmp/runtime/src/kmp_wrapper_malloc.h index a50387c7f7cc..1544c5df3d64 100644 --- a/openmp/runtime/src/kmp_wrapper_malloc.h +++ b/openmp/runtime/src/kmp_wrapper_malloc.h @@ -24,7 +24,7 @@ On Linux* OS, alloca() function is declared in <alloca.h> header, while on Windows* OS there is no <alloca.h> header, function _alloca() (note underscore!) is declared in <malloc.h>. This header eliminates these - differences, so client code incluiding "kmp_wrapper_malloc.h" can rely on + differences, so client code including "kmp_wrapper_malloc.h" can rely on following routines: malloc |