[NFC] Test commit, corrected some spelling in comment
Test commit, corrected some spelling in comment. Differential Revision: https://reviews.llvm.org/D65516 llvm-svn: 367685
This commit is contained in:
@@ -781,7 +781,7 @@ Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) {
|
||||
break;
|
||||
case wasm::R_WASM_GLOBAL_INDEX_LEB:
|
||||
// R_WASM_GLOBAL_INDEX_LEB are can be used against function and data
|
||||
// symbols to refer to thier GOT enties.
|
||||
// symbols to refer to their GOT entries.
|
||||
if (!isValidGlobalSymbol(Reloc.Index) &&
|
||||
!isValidDataSymbol(Reloc.Index) &&
|
||||
!isValidFunctionSymbol(Reloc.Index))
|
||||
|
||||
Reference in New Issue
Block a user