Skip to content

Commit b17fdc1

Browse files
Merge pull request #14079 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents fe278bc + 35033f1 commit b17fdc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HRESULT get_PGOEdgeCount ( 
2828

2929
`pRetVal`
3030

31-
[out] Returns the edge count between a caller/calle.
31+
[out] Returns the edge count between a caller/callee.
3232

3333
## Return Value
3434

docs/profiling/cpu-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CPU insights is a sub-feature of the CPU Usage tool that shows common potential
1919

2020
The **Top Insights** section in the CPU Usage tool shows quick CPU details, insights, and suggestions in the description so that you can continue diagnosing the issue. The **Learn more** link shows you in-depth documentation that explains your issue. If you need more information, **View source code** shows more details. Once selected, you can see the call tree view, showing the process, functions, and which callers use the most CPU.
2121

22-
![Screenshot showing Autio Insights selected.](./media/vs-2022/top-insights.png)
22+
![Screenshot showing Auto Insights selected.](./media/vs-2022/top-insights.png)
2323

2424
## View top functions
2525

docs/snippets/cpp/VS_Snippets_Winforms/AngleEditor/CPP/angleeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ namespace AngleEditor
246246
AngleControl^ angleControl = gcnew AngleControl( *dynamic_cast<double^>(value) );
247247
edSvc->DropDownControl( angleControl );
248248

249-
// Return the value in the appropraite data format.
249+
// Return the value in the appropriate data format.
250250
if ( value->GetType() == double::typeid )
251251
return angleControl->angle;
252252
else

0 commit comments

Comments
 (0)