[Lldb-commits] [lldb] 0fd813c - Fix typo

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 29 16:23:21 PDT 2021


Author: Adrian Prantl
Date: 2021-07-29T16:23:13-07:00
New Revision: 0fd813cf19c754a6cb3f2483332038a49eac33bd

URL: https://github.com/llvm/llvm-project/commit/0fd813cf19c754a6cb3f2483332038a49eac33bd
DIFF: https://github.com/llvm/llvm-project/commit/0fd813cf19c754a6cb3f2483332038a49eac33bd.diff

LOG: Fix typo

Added: 
    

Modified: 
    lldb/test/API/commands/process/attach/TestProcessAttach.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/process/attach/TestProcessAttach.py b/lldb/test/API/commands/process/attach/TestProcessAttach.py
index b2173f40d4da..b33aeebccdd1 100644
--- a/lldb/test/API/commands/process/attach/TestProcessAttach.py
+++ b/lldb/test/API/commands/process/attach/TestProcessAttach.py
@@ -102,7 +102,7 @@ def test_attach_to_process_by_id_correct_executable_offset(self):
 
         self.runCmd("process attach -p " + str(popen.pid))
 
-        # Make suer we did not attach to early
+        # Make sure we did not attach too early.
         lldbutil.run_break_set_by_file_and_line(
             self, "main.cpp", self.line, num_expected_locations=1, loc_exact=False)
         self.runCmd("process continue")


        


More information about the lldb-commits mailing list