diff options
author | Jay Foad <jay.foad@amd.com> | 2025-01-14 11:59:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 11:59:41 +0000 |
commit | e87f94a6a806a941242506680f88573d6a87a828 (patch) | |
tree | b6f4bbfe2becdeadf79a1ca747be7d80f4f996a9 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | b87fdd9ce612d53b0e0b73d7c062b39a042e8629 (diff) | |
download | llvm-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.cpp | 2 |
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; |