Fix a small typo in ObjectFileELF.cpp.

llvm-svn: 247452
This commit is contained in:
Stephane Sezer 2015-09-11 18:56:59 +00:00
parent aecca041c9
commit 9187e73bda
1 changed files with 1 additions and 1 deletions

View File

@ -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.