diff options
author | Dave Lee <davelee.com@gmail.com> | 2018-06-27 06:46:09 +0000 |
---|---|---|
committer | Dave Lee <davelee.com@gmail.com> | 2018-06-27 06:46:09 +0000 |
commit | 02a5191cda2d68d829bcb2f940442880a3161729 (patch) | |
tree | 80ff11c5d0f93f20f0459569ea5cc3367a23762f | |
parent | 7636840b87aa20e817c5356839c634f71dd216ea (diff) | |
download | bcm5719-llvm-02a5191cda2d68d829bcb2f940442880a3161729.tar.gz bcm5719-llvm-02a5191cda2d68d829bcb2f940442880a3161729.zip |
Fix a single typo in SBSymbolContext
Summary: Fix a "Manay" in SBSymbolContext.i
Reviewers: xiaobai
Reviewed By: xiaobai
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D48620
llvm-svn: 335709
-rw-r--r-- | lldb/scripts/interface/SBSymbolContext.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/interface/SBSymbolContext.i b/lldb/scripts/interface/SBSymbolContext.i index fa405842d6e..5bfee9c8b84 100644 --- a/lldb/scripts/interface/SBSymbolContext.i +++ b/lldb/scripts/interface/SBSymbolContext.i @@ -12,7 +12,7 @@ namespace lldb { %feature("docstring", "A context object that provides access to core debugger entities. -Manay debugger functions require a context when doing lookups. This class +Many debugger functions require a context when doing lookups. This class provides a common structure that can be used as the result of a query that can contain a single result. |