Skip to content

Commit 1a3d175

Browse files
committed
fix couple of typos
1 parent 27bcce1 commit 1a3d175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/standard-library/future-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The pseudo-function `INVOKE` is defined in [`<functional>`](../standard-library/
6363
6464
When the passed function is executed asynchronously, it executes on the Windows Thread Pool. For more information, see [Thread Pools](/windows/win32/procthread/thread-pools). The number of concurrent threads is limited to the thread pool default, which is 500 threads.
6565
66-
Before Windows 11 and Windows Server 2022, applications were limited by default to a single processor group which having at most 64 logical processors. This limited the number of concurrently executing threads to 64. For more information, see [Processor Groups](/windows/win32/procthread/processor-groups).
66+
Before Windows 11 and Windows Server 2022, applications were limited by default to a single processor group having at most 64 logical processors. This limited the number of concurrently executing threads to 64. For more information, see [Processor Groups](/windows/win32/procthread/processor-groups).
6767
6868
Starting with Windows 11 and Windows Server 2022, processes and their threads have processor affinities that by default span all processors in the system and across multiple groups on machines with more than 64 processors. The limit on the number of concurrent threads is now the total number of logical processors in the system.
6969

docs/standard-library/thread-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ An estimate of the number of hardware thread contexts. If the value can't be com
107107

108108
Before Windows 11 and Windows Server 2022, applications were limited by default to a single processor group, having at most 64 logical processors. This limited the number of concurrently executing threads to 64. For more information, see [Processor Groups](/windows/win32/procthread/processor-groups).
109109

110-
Starting with Windows 11 and Windows Server 2022, processes and their threads have processor affinities that by default span all processors in the system by default and across multiple groups on machines with more than 64 processors. The limit on the number of concurrent threads is now the total number of logical processors in the system.
110+
Starting with Windows 11 and Windows Server 2022, processes and their threads have processor affinities that by default span all processors in the system and across multiple groups on machines with more than 64 processors. The limit on the number of concurrent threads is now the total number of logical processors in the system.
111111

112112
## <a name="id_class"></a> `id` class
113113

0 commit comments

Comments
 (0)