[Lldb-commits] [lldb] 6e78cfb - typo

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 16 09:10:06 PST 2021


Author: Adrian Prantl
Date: 2021-11-16T09:09:55-08:00
New Revision: 6e78cfb28ab545b7367306d43f88f29202c0ae12

URL: https://github.com/llvm/llvm-project/commit/6e78cfb28ab545b7367306d43f88f29202c0ae12
DIFF: https://github.com/llvm/llvm-project/commit/6e78cfb28ab545b7367306d43f88f29202c0ae12.diff

LOG: typo

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

Removed: 
    


################################################################################
diff  --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
index 1999399b89bcd..97a7543b5c1ef 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
@@ -791,7 +791,7 @@ def wait_for_thread_count(self, thread_count):
 
             if time.time() > timeout_time:
                 raise Exception(
-                    'timed out after {} seconds while waiting for theads: waiting for at least {} threads, found {}'.format(
+                    'timed out after {} seconds while waiting for threads: waiting for at least {} threads, found {}'.format(
                         self.DEFAULT_TIMEOUT, thread_count, actual_thread_count))
 
         return threads


        


More information about the lldb-commits mailing list