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
2 people authored and github-actions committed Feb 8, 2023
commit 8971146b461f105561bd5c735c7f7a5e56878ac0
2 changes: 1 addition & 1 deletion src/coreclr/nativeaot/Runtime/PalRedhawk.h
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,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