Skip to content

Commit

Permalink
Fixed a typo. (dotnet#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored and stephentoub committed Dec 11, 2019
1 parent 53add50 commit 3d4ee62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/coreclr/botr/guide-for-porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ will have 2 major effects.
1. Individual commits are easier to review.

2. Not all approaches for fixing problems will always be considered acceptable.
It is plausible that a some change may not ever be acceptable to take into
It is plausible that a change may not ever be acceptable to take into
the upstream git repo, and discovering such issues early can avoid large
amounts of sunk cost.

Expand Down Expand Up @@ -260,7 +260,7 @@ there are also architecture specific components.
1. pal.h - Contains architecture specific details for handling unwinding scenarios
such as `CONTEXT` / `_KNONVOLATILE_CONTEXT_POINTERS`/ `_RUNTIME_FUNCTION`.

2. Uwinding support in `seh-unwind.cpp`
2. Unwinding support in `seh-unwind.cpp`

3. context.cpp - Which manipulates and captures register contexts

Expand Down

0 comments on commit 3d4ee62

Please sign in to comment.