Skip to content

Commit adfc842

Browse files
committed
Use ConcRT instead of ConCRT
ConcRT is a more correct abbreviation for Concurrency Runtime Library. ConcRT also appears in the comment in the beginning of concrt.h.
1 parent 8ae1cc1 commit adfc842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/configuring-programs-for-windows-xp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Along with the Windows XP platform toolset, several libraries include runtime su
4747
- Universal C Runtime Library (UCRT)
4848
- C++ Standard Library
4949
- Active Template Library (ATL)
50-
- Concurrency Runtime Library (ConCRT)
50+
- Concurrency Runtime Library (ConcRT)
5151
- Parallel Patterns Library (PPL)
5252
- Microsoft Foundation Class Library (MFC)
5353
- C++ AMP (C++ Accelerated Massive Programming) library.
@@ -61,7 +61,7 @@ These libraries are supported by the platform toolsets installed by Visual Studi
6161
|CRT|X|X|X|
6262
|C++ Standard Library|X|X|X|
6363
|ATL|X|X|X|
64-
|ConCRT/PPL|X|X|X|
64+
|ConcRT/PPL|X|X|X|
6565
|MFC|X||X|
6666
|C++ AMP|X|X||
6767

docs/parallel/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ items:
167167
href: ../parallel/amp/reference/concurrency-precise-math-namespace.md
168168
- name: "Concurrency::precise_math namespace functions"
169169
href: ../parallel/amp/reference/concurrency-precise-math-namespace-functions.md
170-
- name: Concurrency Runtime (ConCRT)
170+
- name: Concurrency Runtime (ConcRT)
171171
expanded: false
172172
items:
173173
- name: Concurrency Runtime

0 commit comments

Comments
 (0)