diff options
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; |