From e9264b746b81a63323d884ea07b2ebfbb660d004 Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Tue, 7 Apr 2020 01:06:02 +0900 Subject: [lldb] NFC: Fix trivial typo in comments, documents, and messages Differential Revision: https://reviews.llvm.org/D77460 --- lldb/test/API/python_api/thread/TestThreadAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/API/python_api/thread') diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py index 9124138..87d4eb8 100644 --- a/lldb/test/API/python_api/thread/TestThreadAPI.py +++ b/lldb/test/API/python_api/thread/TestThreadAPI.py @@ -72,7 +72,7 @@ class ThreadAPITestCase(TestBase): "main2.cpp", "// we should reach here after 3 step-over's.") # We'll use the test method name as the exe_name for executable - # comppiled from main2.cpp. + # compiled from main2.cpp. self.exe_name = self.testMethodName def get_process(self): -- cgit v1.1