mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
Fix a comment typo (cashe -> cache)
llvm-svn: 254111
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user