Skip to content
Prev Previous commit
Next Next commit
Update src/coreclr/nativeaot/Runtime/PalRedhawk.h
Co-authored-by: Vladimir Sadov <[email protected]>
  • Loading branch information
AustinWise and VSadov authored Jan 27, 2023
commit 7d79927e4801aabed7918bb5bf3e93f2048b44a8
2 changes: 1 addition & 1 deletion src/coreclr/nativeaot/Runtime/PalRedhawk.h
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ REDHAWK_PALIMPORT void REDHAWK_PALAPI PalRestoreContext(CONTEXT * pCtx);
// For platforms that have segment registers in the CONTEXT_CONTROL set that
// are not saved in PAL_LIMITED_CONTEXT, this captures them from the current
// thread and saves them in `pContext`.
// This function returns true if the current plateform has no such registers or
// This function returns true if the current platform has no such registers or
// if the registers are successfully saved in `pContext`.
// Other false is returned.
REDHAWK_PALIMPORT bool REDHAWK_PALAPI TryPopulateControlSegmentRegisters(CONTEXT* pContext);
Expand Down