summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorStephane Sezer <sas@cd80.net>2015-09-11 18:56:59 +0000
committerStephane Sezer <sas@cd80.net>2015-09-11 18:56:59 +0000
commit9187e73bda69d081f80dd694d0eb47c0d37735e7 (patch)
tree18882510a9006bccf9721b3d8591afdf7d1e6e70 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parentaecca041c96b2e5e13a0d77f09ee5aa294e8ba06 (diff)
downloadbcm5719-llvm-9187e73bda69d081f80dd694d0eb47c0d37735e7.tar.gz
bcm5719-llvm-9187e73bda69d081f80dd694d0eb47c0d37735e7.zip
Fix a small typo in ObjectFileELF.cpp.
llvm-svn: 247452
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 b500acfe56a..565f95d2a2c 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
@@ -1854,7 +1854,7 @@ ObjectFileELF::CreateSections(SectionList &unified_section_list)
}
}
-// Find the arm/aarch64 mapping symbol character in the given symbol name. Maping symbols have the
+// Find the arm/aarch64 mapping symbol character in the given symbol name. Mapping symbols have the
// form of "$<char>[.<any>]*". Additionally we recognize cases when the mapping symbol prefixed by
// an arbitrary string because if a symbol prefix added to each symbol in the object file with
// objcopy then the mapping symbols are also prefixed.
OpenPOWER on IntegriCloud