Skip to content

Commit 1cb6dd0

Browse files
eseidelCommit Queue
authored andcommitted
Fix spelling of entitlement in code_patcher.cc
Closes #60242 GitOrigin-RevId: da68fe5 Change-Id: I5cc63034af05a0673da51c6b939c9b626f3a0c24 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/413241 Commit-Queue: Slava Egorov <[email protected]> Reviewed-by: Slava Egorov <[email protected]>
1 parent 22b26e5 commit 1cb6dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/vm/code_patcher.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace dart {
1313
#if defined(DART_HOST_OS_MACOS) || defined(DART_HOST_OS_MACOS_IOS)
1414
// On iOS even with debugger attached we must still guarantee that memory
1515
// is never executable and writable at the same time. On Mac OS X
16-
// com.apple.security.cs.allow-jit entitelement allows WX memory regions to be
17-
// created - but we should not rely on this entitelement to be present.
16+
// com.apple.security.cs.allow-jit entitlement allows WX memory regions to be
17+
// created - but we should not rely on this entitlement to be present.
1818
static constexpr bool kShouldWriteProtectCodeByDefault = true;
1919
#else
2020
static constexpr bool kShouldWriteProtectCodeByDefault = false;

0 commit comments

Comments
 (0)