Test commit, corrected some spelling in comment.
Differential Revision: https://reviews.llvm.org/D65516
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367685
91177308-0d34-0410-b5e6-
96231b3b80d8
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))