[lldb] Fix duplicate word typos; NFC

Those fixes were taken from https://reviews.llvm.org/D137338
This commit is contained in:
Fangrui Song
2023-09-01 21:32:24 -07:00
parent a8ac969b10
commit 678e3ee123
67 changed files with 74 additions and 74 deletions

View File

@@ -1344,7 +1344,7 @@ llvm::Expected<FileSP> 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<NativeFile>(fd, options.get(), false);
} else {