Skip to content

Commit

Permalink
[lldb] fix typo in comment for lldbtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 19, 2020
1 parent 9c69cc1 commit 4436178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -1,7 +1,7 @@
"""
LLDB module which provides the abstract base class of lldb test case.
The concrete subclass can override lldbtest.TesBase in order to inherit the
The concrete subclass can override lldbtest.TestBase in order to inherit the
common behavior for unitest.TestCase.setUp/tearDown implemented in this file.
The subclass should override the attribute mydir in order for the python runtime
Expand Down

0 comments on commit 4436178

Please sign in to comment.