mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Everywhere: Fix more typos
This commit is contained in:
parent
22250780ff
commit
0f66589007
Notes:
sideshowbarker
2024-07-19 00:19:29 +09:00
Author: https://github.com/Lubrsi
Commit: 0f66589007
Pull-request: https://github.com/SerenityOS/serenity/pull/4678
9 changed files with 12 additions and 12 deletions
|
@ -1013,7 +1013,7 @@ u32 Emulator::virt$mmap(u32 params_addr)
|
|||
// The loader needs this functionality to load .data just after .text.
|
||||
// Luckily, since the loader calls mmap for .data right after it calls mmap for .text,
|
||||
// the emulator will allocate a chunk of memory that is just after what we allocated for .text
|
||||
// becuase of the way we currently allocate VM.
|
||||
// because of the way we currently allocate VM.
|
||||
ASSERT(params.addr == final_address);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue