From 58ef391f3ef80cc4e4e375b7e2f1f397afd47b90 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 18 Jun 2015 05:27:05 +0000 Subject: Fix a variety of typos. No functional change. llvm-svn: 239995 --- lldb/www/python_reference/lldb-module.html | 4 ++-- lldb/www/python_reference/lldb-pysrc.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lldb/www/python_reference') 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. diff --git a/lldb/www/python_reference/lldb-pysrc.html b/lldb/www/python_reference/lldb-pysrc.html index b9200eee28a..43a1c03a79d 100644 --- a/lldb/www/python_reference/lldb-pysrc.html +++ b/lldb/www/python_reference/lldb-pysrc.html @@ -77,9 +77,9 @@ 18 o SBSymbolContext: A container that stores various debugger related info. 19 o SBValue: Represents the value of a variable, a register, or an expression. 20 o SBModule: Represents an executable image and its associated object and symbol - 21 files. SBTarget conatins SBModule(s). + 21 files. SBTarget contains SBModule(s). 22 o SBBreakpoint: Represents a logical breakpoint and its associated settings. - 23 SBTarget conatins SBBreakpoint(s). + 23 SBTarget contains SBBreakpoint(s). 24 o SBSymbol: Represents the symbol possibly associated with a stack frame. 25 o SBCompileUnit: Represents a compilation unit, or compiled source file. 26 o SBFunction: Represents a generic function, which can be inlined or not. -- cgit v1.2.3