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/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp index eee2f6f..9ac840a 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp @@ -1344,7 +1344,7 @@ llvm::Expected PythonFile::ConvertToFile(bool borrowed) { FileSP file_sp; if (borrowed) { - // In this case we we don't need to retain the python + // In this case we don't need to retain the python // object at all. file_sp = std::make_shared(fd, options.get(), false); } else { -- cgit v1.1