diff options
author | Bob Wilson <bob.wilson@apple.com> | 2018-05-28 04:22:07 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2018-05-28 04:22:07 +0000 |
commit | c791417a6d17851dcb0a0ee217d2c7ac463e3c47 (patch) | |
tree | 389ad29ffda46a7fcd48f38da518865f230a9b5c /lldb/packages/Python/lldbsuite/test/test_runner | |
parent | df8e91995758fc72230814fbde814de16a849394 (diff) | |
download | bcm5719-llvm-c791417a6d17851dcb0a0ee217d2c7ac463e3c47.tar.gz bcm5719-llvm-c791417a6d17851dcb0a0ee217d2c7ac463e3c47.zip |
NFC: Fix some comment typos.
llvm-svn: 333364
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/test_runner')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/test_runner/process_control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py index 720f5112a4c..0b25874c24c 100644 --- a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py +++ b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -9,7 +9,7 @@ within the LLDB test suite. This module provides process-management support for the LLDB test -running infrasructure. +running infrastructure. """ # System imports |