]> granicus.if.org Git - llvm/commitdiff
[NFC] Test commit, corrected some spelling in comment
authorDavid Candler <david.candler@arm.com>
Fri, 2 Aug 2019 14:44:17 +0000 (14:44 +0000)
committerDavid Candler <david.candler@arm.com>
Fri, 2 Aug 2019 14:44:17 +0000 (14:44 +0000)
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

lib/Object/WasmObjectFile.cpp

index 82aa1830dcedbf81fdff3c202ad488c9bae312e6..cdcb17992802b301640ecb62cd8a8bd0d5ae57e6 100644 (file)
@@ -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))