summaryrefslogtreecommitdiffstats
path: root/lldb/www/python_reference/lldb-module.html
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/www/python_reference/lldb-module.html')
-rw-r--r--lldb/www/python_reference/lldb-module.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/www/python_reference/lldb-module.html b/lldb/www/python_reference/lldb-module.html
index dc972a752fd..5b351bceb7d 100644
--- a/lldb/www/python_reference/lldb-module.html
+++ b/lldb/www/python_reference/lldb-module.html
@@ -71,9 +71,9 @@ o SBFrame: Represents one of the stack frames associated with a thread. SBThread
o SBSymbolContext: A container that stores various debugger related info.
o SBValue: Represents the value of a variable, a register, or an expression.
o SBModule: Represents an executable image and its associated object and symbol
- files. SBTarget conatins SBModule(s).
+ files. SBTarget contains SBModule(s).
o SBBreakpoint: Represents a logical breakpoint and its associated settings.
- SBTarget conatins SBBreakpoint(s).
+ SBTarget contains SBBreakpoint(s).
o SBSymbol: Represents the symbol possibly associated with a stack frame.
o SBCompileUnit: Represents a compilation unit, or compiled source file.
o SBFunction: Represents a generic function, which can be inlined or not.
OpenPOWER on IntegriCloud