Skip to content

Commit 15e12a4

Browse files
authored
Update thread-class.md
1 parent ca475a5 commit 15e12a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/thread-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ static unsigned int hardware_concurrency() noexcept;
101101
An estimate of the number of hardware thread contexts. If the value cannot be computed or is not well defined, this method returns 0.
102102

103103
### Microsoft Specific
104-
`hardware_concurrency` is currently defined to return the number of logical processors, which corresponds to number of hardware threads that can be executed simultaneously. It takes into account number of physical processors, number of cores in each physical processor, and simultaneous multithreading on each single core.
104+
`hardware_concurrency` is currently defined to return the number of logical processors, which corresponds to the number of hardware threads that can execute simultaneously. It takes into account the number of physical processors, the number of cores in each physical processor, and simultaneous multithreading on each single core.
105105

106-
However, on systems with more than 64 logical processors this number is capped by number of logical processor in a single group. See [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
106+
However, on systems with more than 64 logical processors this number is capped by the number of logical processor in a single group; see [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
107107

108108
## <a name="id_class"></a> thread::id Class
109109

0 commit comments

Comments
 (0)