Skip to content

Commit 408e58a

Browse files
authored
Merge pull request #14007 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents fab0821 + aef04cc commit 408e58a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/debugger/debug-interface-access/idiasessionex-isfastlinkpdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT isFastLinkPDB(
2929

3030
`pfFastLinkPDB`
3131

32-
[out] Returns a Boolean indcating if the debug information was build with `/DEBUG:fastlink` or not.
32+
[out] Returns a Boolean indicating if the debug information was build with `/DEBUG:fastlink` or not.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasessionex-isportablepdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT isPortablePDB(
2929

3030
`pfPortablePDB`
3131

32-
[out] Returns a Boolean indcating if the debug information was in the [Portable PDB](https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md) format.
32+
[out] Returns a Boolean indicating if the debug information was in the [Portable PDB](https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md) format.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasymbol-get-bindspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.subservice: debug-diagnostics
1515

1616
# IDiaSymbol::get_bindSpace
1717

18-
Retrives the binding space.
18+
Retrieves the binding space.
1919

2020
## Syntax
2121

docs/debugger/debug-interface-access/idiasymbol-get-hasvalidpgocounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT get_isget_hasValidPGOCountsPGO (
2929

3030
`pRetVal`
3131

32-
[out] Returns `TRUE` if this function has valid profile-guided optimization counts from a training scenario; otheriwse, `FALSE`.
32+
[out] Returns `TRUE` if this function has valid profile-guided optimization counts from a training scenario; otherwise, `FALSE`.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasymbol-get-ispgo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT get_isPGO (
2929

3030
`pRetVal`
3131

32-
[out] Returns `TRUE` if profile-guided optimizations were performed for this function; otheriwse, `FALSE`.
32+
[out] Returns `TRUE` if profile-guided optimizations were performed for this function; otherwise, `FALSE`.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasymbol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The following table shows the methods of `IDiaSymbol`.
249249
|[`IDiaSymbol::get_unalignedType`](../../debugger/debug-interface-access/idiasymbol-get-unalignedtype.md)|Retrieves a flag indicating whether the user-defined data type is unaligned.|
250250
|[`IDiaSymbol::get_undecoratedName`](../../debugger/debug-interface-access/idiasymbol-get-undecoratedname.md)|Retrieves the undecorated name for a C++ decorated, or linkage, name.|
251251
|[`IDiaSymbol::get_undecoratedNameEx`](../../debugger/debug-interface-access/idiasymbol-get-undecoratednameex.md)|Extension of the `get_undecoratedName` method that retrieves the undecorated name based on the value of an extension field.|
252-
|[`IDiaSymbol::get_unmodifiedType`](../../debugger/debug-interface-access/idiasymbol-get-unmodifiedtype.md)|Retrieves the original (unmodifed) type of this symbol.|
252+
|[`IDiaSymbol::get_unmodifiedType`](../../debugger/debug-interface-access/idiasymbol-get-unmodifiedtype.md)|Retrieves the original (unmodified) type of this symbol.|
253253
|[`IDiaSymbol::get_unmodifiedTypeId`](../../debugger/debug-interface-access/idiasymbol-get-unmodifiedtypeid.md)|Retrieves the ID of the original (unmodified) type.|
254254
|[`IDiaSymbol::get_unused`](../../debugger/debug-interface-access/idiasymbol-get-unused.md)|Deprecated function.|
255255
|[`IDiaSymbol::get_upperBound`](../../debugger/debug-interface-access/idiasymbol-get-upperbound.md)|Retrieves the upper bound of a FORTRAN array dimension.|

docs/debugger/debug-interface-access/idiasymbol10-get-sourcelink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retreives the Source Link blob associated with this SymTagCompiland symbol."
2+
description: "Retrieves the Source Link blob associated with this SymTagCompiland symbol."
33
title: "IDiaSymbol10::get_sourceLink"
44
ms.date: "07/15/2024"
55
ms.topic: "reference"
@@ -14,7 +14,7 @@ ms.subservice: debug-diagnostics
1414
---
1515
# IDiaSymbol10::get_sourceLink
1616

17-
Retreives the [Source Link](https://github.com/dotnet/designs/blob/main/accepted/2020/diagnostics/source-link.md) blob associated with this `SymTagCompiland` symbol.
17+
Retrieves the [Source Link](https://github.com/dotnet/designs/blob/main/accepted/2020/diagnostics/source-link.md) blob associated with this `SymTagCompiland` symbol.
1818

1919
## Syntax
2020

docs/debugger/debug-interface-access/idiasymbol10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following table shows the methods of `IDiaSymbol10`.
3131
3232
|Method|Description|
3333
|------------|-----------------|
34-
|[`IDiaSymbol10::get_sourceLink`](../../debugger/debug-interface-access/idiasymbol10-get-sourcelink.md)|Retreives the [Source Link](https://github.com/dotnet/designs/blob/main/accepted/2020/diagnostics/source-link.md) blob associated with this `SymTagCompiland` symbol.|
34+
|[`IDiaSymbol10::get_sourceLink`](../../debugger/debug-interface-access/idiasymbol10-get-sourcelink.md)|Retrieves the [Source Link](https://github.com/dotnet/designs/blob/main/accepted/2020/diagnostics/source-link.md) blob associated with this `SymTagCompiland` symbol.|
3535

3636
## Remarks
3737

0 commit comments

Comments
 (0)