From 678e3ee12351e525fa9d94e7ff68ba7c1a8ca657 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 1 Sep 2023 21:32:24 -0700 Subject: [lldb] Fix duplicate word typos; NFC Those fixes were taken from https://reviews.llvm.org/D137338 --- lldb/source/Commands/CommandObjectMemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectMemory.cpp') 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. -- cgit v1.1