[PATCH] D65516: [NFC] Test commit, corrected some spelling in comment

David Candler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 07:43:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367685: [NFC] Test commit, corrected some spelling in comment (authored by dcandler, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65516?vs=212580&id=213048#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65516/new/

https://reviews.llvm.org/D65516

Files:
  llvm/trunk/lib/Object/WasmObjectFile.cpp


Index: llvm/trunk/lib/Object/WasmObjectFile.cpp
===================================================================
--- llvm/trunk/lib/Object/WasmObjectFile.cpp
+++ llvm/trunk/lib/Object/WasmObjectFile.cpp
@@ -781,7 +781,7 @@
       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))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65516.213048.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/d8ab9a69/attachment.bin>


More information about the llvm-commits mailing list