summaryrefslogtreecommitdiff
path: root/DevTools
diff options
context:
space:
mode:
authorLuke <luke.wilde@live.co.uk>2020-12-31 00:44:53 +0000
committerAndreas Kling <kling@serenityos.org>2020-12-31 01:47:41 +0100
commit0f6658900793cd745cfe9537aa74da666762aea1 (patch)
tree86659f2508c2da2e51e01a6a4b5dc92de33b61e9 /DevTools
parent22250780ffa755c48597c4930d62dfdcbf99f37f (diff)
downloadserenity-0f6658900793cd745cfe9537aa74da666762aea1.zip
Everywhere: Fix more typos
Diffstat (limited to 'DevTools')
-rw-r--r--DevTools/UserspaceEmulator/Emulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevTools/UserspaceEmulator/Emulator.cpp b/DevTools/UserspaceEmulator/Emulator.cpp
index 7ef7230bbd..26b98d8756 100644
--- a/DevTools/UserspaceEmulator/Emulator.cpp
+++ b/DevTools/UserspaceEmulator/Emulator.cpp
@@ -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);
}