Fix typos.
authorBruce Mitchener <bruce.mitchener@gmail.com>
Tue, 1 Jul 2014 21:22:11 +0000 (21:22 +0000)
committerBruce Mitchener <bruce.mitchener@gmail.com>
Tue, 1 Jul 2014 21:22:11 +0000 (21:22 +0000)
commitd93c4a33395a7d9b960ec64348a07ba204d51017
tree8cb726e00581c790adf105b4f2d8d4d8c1ca9efe
parent8e9765352888379973132b3e6c2f47b3ba82d7ce
Fix typos.

llvm-svn: 212132
135 files changed:
lldb/docs/lldb-gdb-remote.txt
lldb/examples/python/delta.py
lldb/examples/python/gdbremote.py
lldb/examples/python/mach_o.py
lldb/include/lldb/API/SBFileSpec.h
lldb/include/lldb/API/SBFrame.h
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/API/SBThread.h
lldb/include/lldb/API/SBValue.h
lldb/include/lldb/Breakpoint/Breakpoint.h
lldb/include/lldb/Breakpoint/BreakpointLocationList.h
lldb/include/lldb/Breakpoint/BreakpointSite.h
lldb/include/lldb/Breakpoint/Watchpoint.h
lldb/include/lldb/Core/Address.h
lldb/include/lldb/Core/AddressRange.h
lldb/include/lldb/Core/Communication.h
lldb/include/lldb/Core/ConstString.h
lldb/include/lldb/Core/DataBuffer.h
lldb/include/lldb/Core/DataEncoder.h
lldb/include/lldb/Core/IOHandler.h
lldb/include/lldb/Core/Mangled.h
lldb/include/lldb/Core/Module.h
lldb/include/lldb/Core/ModuleList.h
lldb/include/lldb/Core/RegularExpression.h
lldb/include/lldb/Core/SourceManager.h
lldb/include/lldb/Core/Stream.h
lldb/include/lldb/Core/ValueObject.h
lldb/include/lldb/Expression/ASTStructExtractor.h
lldb/include/lldb/Expression/ClangExpressionParser.h
lldb/include/lldb/Expression/ClangExpressionVariable.h
lldb/include/lldb/Expression/ClangUserExpression.h
lldb/include/lldb/Expression/IRExecutionUnit.h
lldb/include/lldb/Expression/IRForTarget.h
lldb/include/lldb/Host/Condition.h
lldb/include/lldb/Host/File.h
lldb/include/lldb/Host/FileSpec.h
lldb/include/lldb/Host/Host.h
lldb/include/lldb/Host/SocketAddress.h
lldb/include/lldb/Host/Symbols.h
lldb/include/lldb/Host/Terminal.h
lldb/include/lldb/Interpreter/Args.h
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/include/lldb/Symbol/Block.h
lldb/include/lldb/Symbol/ClangASTImporter.h
lldb/include/lldb/Symbol/ClangASTType.h
lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
lldb/include/lldb/Symbol/CompileUnit.h
lldb/include/lldb/Symbol/Declaration.h
lldb/include/lldb/Symbol/FuncUnwinders.h
lldb/include/lldb/Symbol/Function.h
lldb/include/lldb/Symbol/LineEntry.h
lldb/include/lldb/Symbol/LineTable.h
lldb/include/lldb/Symbol/ObjectContainer.h
lldb/include/lldb/Symbol/ObjectFile.h
lldb/include/lldb/Symbol/SymbolContext.h
lldb/include/lldb/Symbol/SymbolContextScope.h
lldb/include/lldb/Symbol/SymbolFile.h
lldb/include/lldb/Symbol/VariableList.h
lldb/include/lldb/Target/ABI.h
lldb/include/lldb/Target/CPPLanguageRuntime.h
lldb/include/lldb/Target/ExecutionContext.h
lldb/include/lldb/Target/ExecutionContextScope.h
lldb/include/lldb/Target/JITLoader.h
lldb/include/lldb/Target/Platform.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/QueueList.h
lldb/include/lldb/Target/StackFrame.h
lldb/include/lldb/Target/Target.h
lldb/include/lldb/Target/TargetList.h
lldb/include/lldb/Target/Thread.h
lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
lldb/include/lldb/Utility/CleanUp.h
lldb/include/lldb/Utility/PseudoTerminal.h
lldb/include/lldb/Utility/SharingPtr.h
lldb/scripts/Python/interface/SBFileSpec.i
lldb/scripts/Python/interface/SBFrame.i
lldb/scripts/Python/interface/SBThread.i
lldb/scripts/Python/interface/SBValue.i
lldb/scripts/checkpoint-llvm.pl
lldb/scripts/disasm-gdb-remote.pl
lldb/scripts/sed-sources
lldb/source/API/SBFileSpec.cpp
lldb/source/Breakpoint/BreakpointResolverName.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Core/AddressResolverName.cpp
lldb/source/Core/Module.cpp
lldb/source/Core/RegularExpression.cpp
lldb/source/Core/Scalar.cpp
lldb/source/Core/Stream.cpp
lldb/source/Core/ValueObjectConstResultImpl.cpp
lldb/source/Host/common/FileSpec.cpp
lldb/source/Host/common/Host.cpp
lldb/source/Host/linux/Host.cpp
lldb/source/Host/macosx/Host.mm
lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
lldb/source/Symbol/ClangASTContext.cpp
lldb/source/Symbol/ClangASTType.cpp
lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/SectionLoadHistory.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/Thread.cpp
lldb/source/Target/ThreadPlanRunToAddress.cpp
lldb/source/Utility/PseudoTerminal.cpp
lldb/source/lldb-log.cpp
lldb/test/README-TestSuite
lldb/test/dotest.py
lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
lldb/test/lang/objc/objc-stepping/TestObjCStepping.py
lldb/tools/darwin-debug/darwin-debug.cpp
lldb/tools/debugserver/source/ChangeLog
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
lldb/tools/debugserver/source/MacOSX/MachTask.mm
lldb/tools/debugserver/source/RNBRemote.cpp
lldb/tools/lldb-mi/MIUtilSingletonHelper.h
lldb/www/lldb-gdb.html
lldb/www/symbols.html