aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2025-01-14 11:59:41 +0000
committerGitHub <noreply@github.com>2025-01-14 11:59:41 +0000
commite87f94a6a806a941242506680f88573d6a87a828 (patch)
treeb6f4bbfe2becdeadf79a1ca747be7d80f4f996a9 /lldb/source/Commands/CommandObjectMemory.cpp
parentb87fdd9ce612d53b0e0b73d7c062b39a042e8629 (diff)
downloadllvm-e87f94a6a806a941242506680f88573d6a87a828.zip
llvm-e87f94a6a806a941242506680f88573d6a87a828.tar.gz
llvm-e87f94a6a806a941242506680f88573d6a87a828.tar.bz2
[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp
index b5612f21..164c61d 100644
--- a/lldb/source/Commands/CommandObjectMemory.cpp
+++ b/lldb/source/Commands/CommandObjectMemory.cpp
@@ -1737,7 +1737,7 @@ protected:
// It is important that we track the address used to request the region as
// this will give the correct section name in the case that regions overlap.
- // On Windows we get mutliple regions that start at the same place but are
+ // On Windows we get multiple regions that start at the same place but are
// different sizes and refer to different sections.
std::vector<std::pair<lldb_private::MemoryRegionInfo, lldb::addr_t>>
region_list;