diff options
author | Fangrui Song <i@maskray.me> | 2023-09-01 21:32:24 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-09-01 21:32:24 -0700 |
commit | 678e3ee12351e525fa9d94e7ff68ba7c1a8ca657 (patch) | |
tree | b0f5be2d6ee526040858bcf7d8507d07fd7c15b2 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | a8ac969b105eb0280f5446a716097774a241da89 (diff) | |
download | llvm-678e3ee12351e525fa9d94e7ff68ba7c1a8ca657.zip llvm-678e3ee12351e525fa9d94e7ff68ba7c1a8ca657.tar.gz llvm-678e3ee12351e525fa9d94e7ff68ba7c1a8ca657.tar.bz2 |
[lldb] Fix duplicate word typos; NFC
Those fixes were taken from https://reviews.llvm.org/D137338
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 ba5aad3..97f2dde 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -1795,7 +1795,7 @@ protected: return false; } - // Is is important that we track the address used to request the region as + // 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 // different sizes and refer to different sections. |