[Lldb-commits] [lldb] r247452 - Fix a small typo in ObjectFileELF.cpp.
Stephane Sezer via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 11 11:56:59 PDT 2015
Author: sas
Date: Fri Sep 11 13:56:59 2015
New Revision: 247452
URL: http://llvm.org/viewvc/llvm-project?rev=247452&view=rev
Log:
Fix a small typo in ObjectFileELF.cpp.
Modified:
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp?rev=247452&r1=247451&r2=247452&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp Fri Sep 11 13:56:59 2015
@@ -1854,7 +1854,7 @@ ObjectFileELF::CreateSections(SectionLis
}
}
-// 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.
More information about the lldb-commits
mailing list