Skip to content

Commit 2e180f0

Browse files
authored
Fix typo in OMP_NESTED default value description
It previously referred to OMP_DYNAMIC
1 parent bef6372 commit 2e180f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parallel/openmp/reference/openmp-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set OMP_NESTED[=TRUE | =FALSE]
6161

6262
The `OMP_NESTED` environment variable can be overridden by the [omp_set_nested](openmp-functions.md#omp-set-nested) function.
6363

64-
The default value in the Visual C++ implementation of the OpenMP standard is `OMP_DYNAMIC=FALSE`.
64+
The default value in the Visual C++ implementation of the OpenMP standard is `OMP_NESTED=FALSE`.
6565

6666
For more information, see [4.4 OMP_NESTED](../4-environment-variables.md#44-omp_nested).
6767

0 commit comments

Comments
 (0)