This revision was automatically updated to reflect the committed changes.
Closed by commit rL335709: Fix a single typo in SBSymbolContext (authored by 
kastiglione, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D48620

Files:
  lldb/trunk/scripts/interface/SBSymbolContext.i


Index: lldb/trunk/scripts/interface/SBSymbolContext.i
===================================================================
--- lldb/trunk/scripts/interface/SBSymbolContext.i
+++ lldb/trunk/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.
 


Index: lldb/trunk/scripts/interface/SBSymbolContext.i
===================================================================
--- lldb/trunk/scripts/interface/SBSymbolContext.i
+++ lldb/trunk/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.
 
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to