Fix a comment typo (cashe -> cache)

llvm-svn: 254111
This commit is contained in:
Hal Finkel 2015-11-25 23:54:53 +00:00
parent ed966771da
commit f950595ea1
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ MergeInputSection<ELFT>::getOffset(uintX_t Offset) {
if (Base != uintX_t(-1))
return Base + Addend;
// Map the base to the offset in the output section and cashe it.
// Map the base to the offset in the output section and cache it.
ArrayRef<uint8_t> D = this->getSectionData();
StringRef Data((const char *)D.data(), D.size());
StringRef Entry = Data.substr(Start, End - Start);