mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
spelling
This commit is contained in:
parent
2ddf0ce180
commit
368c2670a0
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ impl CallConv<X86_64GeneralReg, X86_64FloatReg, X86_64Assembler> for X86_64Syste
|
|||
}
|
||||
}
|
||||
_ => {
|
||||
// This should have been recieved via an arg pointer.
|
||||
// This should have been received via an arg pointer.
|
||||
// That means the value is already loaded onto the stack area we allocated before the call.
|
||||
// Nothing to do.
|
||||
}
|
||||
|
@ -1546,7 +1546,7 @@ impl CallConv<X86_64GeneralReg, X86_64FloatReg, X86_64Assembler> for X86_64Windo
|
|||
}
|
||||
}
|
||||
_ => {
|
||||
// This should have been recieved via an arg pointer.
|
||||
// This should have been received via an arg pointer.
|
||||
// That means the value is already loaded onto the stack area we allocated before the call.
|
||||
// Nothing to do.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue