File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ void OSThread::SetName(const char* name) {
96
96
set_name (name);
97
97
}
98
98
99
- // Disable AdressSanitizer and SafeStack transformation on this function. In
99
+ // Disable AddressSanitizer and SafeStack transformation on this function. In
100
100
// particular, taking the address of a local gives an address on the stack
101
101
// instead of an address in the shadow memory (AddressSanitizer) or the safe
102
102
// stack (SafeStack).
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ COMPILE_ASSERT(kAbiPreservedFpuRegCount == 4);
62
62
// For FFI native -> Dart callbacks, the number of stack slots between arguments
63
63
// passed on stack and arguments saved in callback prologue.
64
64
//
65
- // 2 = return adddress (1) + saved frame pointer (1).
65
+ // 2 = return address (1) + saved frame pointer (1).
66
66
//
67
67
// If NativeCallbackTrampolines::Enabled(), then
68
68
// kNativeCallbackTrampolineStackDelta must be added as well.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ COMPILE_ASSERT(kAbiPreservedFpuRegCount == 8);
61
61
// For FFI native -> Dart callbacks, this is the number of stack slots between
62
62
// arguments passed on stack and arguments saved in callback prologue.
63
63
//
64
- // 2 = return adddress (1) + saved frame pointer (1).
64
+ // 2 = return address (1) + saved frame pointer (1).
65
65
//
66
66
// If NativeCallbackTrampolines::Enabled(), then
67
67
// kNativeCallbackTrampolineStackDelta must be added as well.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ COMPILE_ASSERT(kAbiPreservedFpuRegCount == 12);
60
60
// For FFI native -> Dart callbacks, this is the number of stack slots between
61
61
// arguments passed on stack and arguments saved in callback prologue.
62
62
//
63
- // 2 = return adddress (1) + saved frame pointer (1).
63
+ // 2 = return address (1) + saved frame pointer (1).
64
64
//
65
65
// If NativeCallbackTrampolines::Enabled(), then
66
66
// kNativeCallbackTrampolineStackDelta must be added as well.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ static const int kExitLinkSlotFromEntryFp = -11;
59
59
#endif // defined(DART_TARGET_OS_WINDOWS)
60
60
61
61
// For FFI native -> Dart callbacks, the number of stack slots between arguments
62
- // passed on stack and arguments saved in callback prologue. 2 = return adddress
62
+ // passed on stack and arguments saved in callback prologue. 2 = return address
63
63
// (1) + saved frame pointer (1). Also add slots for the shadow space, if
64
64
// present.
65
65
//
You can’t perform that action at this time.
0 commit comments