diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-07 01:06:02 +0900 |
|---|---|---|
| committer | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-07 01:06:16 +0900 |
| commit | e9264b746b81a63323d884ea07b2ebfbb660d004 (patch) | |
| tree | 6f3500aebd252120ccdd60c484dce0ac76eb45fb /lldb/test/API/python_api/thread | |
| parent | ad08ecbd16854ec85809280f3db491aee0317423 (diff) | |
| download | llvm-e9264b746b81a63323d884ea07b2ebfbb660d004.zip llvm-e9264b746b81a63323d884ea07b2ebfbb660d004.tar.gz llvm-e9264b746b81a63323d884ea07b2ebfbb660d004.tar.bz2 | |
[lldb] NFC: Fix trivial typo in comments, documents, and messages
Differential Revision: https://reviews.llvm.org/D77460
Diffstat (limited to 'lldb/test/API/python_api/thread')
| -rw-r--r-- | lldb/test/API/python_api/thread/TestThreadAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
