summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-07-19 15:28:02 +0000
committerEd Maste <emaste@freebsd.org>2016-07-19 15:28:02 +0000
commit75500e72bb9db4451e4ecd19f4d47cfa6f394239 (patch)
tree78eaf17f283b1daff95ca33baf937e51ac518216 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent83cc0622ec53fe0c2fed6aa56566411a44935314 (diff)
downloadbcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.tar.gz
bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.zip
Typo corrections identified by codespell
Submitted by giffunip@yahoo.com; I fixed a couple of nearby errors and incorrect changes in the patch. llvm.org/pr27634 llvm-svn: 275983
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
index 68e4e50a96e..a60daa2b9c5 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
@@ -2390,7 +2390,7 @@ ObjectFileELF::ParseSymbols (Symtab *symtab,
/*
* MIPS:
* The bit #0 of an address is used for ISA mode (1 for microMIPS, 0 for MIPS).
- * This allows processer to switch between microMIPS and MIPS without any need
+ * This allows processor to switch between microMIPS and MIPS without any need
* for special mode-control register. However, apart from .debug_line, none of
* the ELF/DWARF sections set the ISA bit (for symbol or section). Use st_other
* flag to check whether the symbol is microMIPS and then set the address class
OpenPOWER on IntegriCloud