summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-10-04 22:33:39 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2018-10-04 22:33:39 +0000
commit173946dca61175350b415745848e946dceef6968 (patch)
treebacf1866316a61bed625a9a0c9e670c470fe8953 /lldb/packages/Python/lldbsuite/test
parentecc82ef0c22ea69d667cafb52f144ca5b32fad87 (diff)
downloadbcm5719-llvm-173946dca61175350b415745848e946dceef6968.tar.gz
bcm5719-llvm-173946dca61175350b415745848e946dceef6968.zip
Fix typos.
Reviewers: lldb-commits Subscribers: srhines, ki.stfu Differential Revision: https://reviews.llvm.org/D52884 llvm-svn: 343825
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
index 7e959d71d8f..066158d0877 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
@@ -907,7 +907,7 @@ def main():
'--vscode',
type='string',
dest='vscode_path',
- help=('The path to the a command line program that implements the '
+ help=('The path to the command line program that implements the '
'Visual Studio Code Debug Adaptor protocol.'),
default=None)
OpenPOWER on IntegriCloud