Skip to content

Commit 2b0ea19

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent 67b25c2 commit 2b0ea19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/configuring-programs-for-arm-processors-visual-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Describes the application binary interface used by Windows on ARM for register u
1616
Describes the application binary interface used by Windows on ARM64 for register usage, calling conventions and exception handling.
1717

1818
[Common MSVC ARM migration issues](common-visual-cpp-arm-migration-issues.md)\
19-
Describes C++ code elements that are commonly assumed to be portable across architectures, but which produce different results for ARM than for x86 and x64.
19+
Describes C++ code elements that are commonly assumed to be portable across architectures, but that produce different results for ARM than for x86 and x64.
2020

2121
[ARM exception handling](arm-exception-handling.md)\
2222
Describes the encoding scheme for stack unwinding during structured exception handling in Windows on ARM.
@@ -29,8 +29,8 @@ Describes the encoding scheme for stack unwinding during structured exception ha
2929
[Get started with Arm64EC](/windows/arm/arm64ec-build)\
3030
Describes how to get started building your app or project using [Arm64EC](/windows/arm/arm64ec).
3131

32-
[How to: Configure projects to target platforms](/visualstudio/ide/how-to-configure-projects-to-target-platforms)\
33-
Describes how to set up your application builds to target different processor architectures, including Arm64.
32+
[How to: Configure projects to target platforms](/visualstudio/ide/how-to-configure-projects-to-target-platforms)\
33+
Describes how to set up your build to target different processor architectures, including Arm64.
3434

3535
[ARM intrinsics](../intrinsics/arm-intrinsics.md)\
3636
Describes compiler intrinsics for processors that use the ARM architecture.

0 commit comments

Comments
 (0)