[Lldb-commits] [PATCH] D48620: Fix a single typo in SBSymbolContext

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 26 23:14:15 PDT 2018


kastiglione created this revision.
kastiglione added a reviewer: xiaobai.

Fix a "Manay" in SBSymbolContext.i


https://reviews.llvm.org/D48620

Files:
  scripts/interface/SBSymbolContext.i


Index: scripts/interface/SBSymbolContext.i
===================================================================
--- scripts/interface/SBSymbolContext.i
+++ scripts/interface/SBSymbolContext.i
@@ -12,7 +12,7 @@
 %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.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48620.153003.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180627/cc035b99/attachment.bin>


More information about the lldb-commits mailing list