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

David Candler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 07:58:02 PDT 2019


dcandler created this revision.
dcandler added a reviewer: carwil.
Herald added subscribers: llvm-commits, aheejin, hiraditya, sbc100.
Herald added a project: LLVM.

Test commit, corrected some spelling in comment.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65516

Files:
  llvm/lib/Object/WasmObjectFile.cpp


Index: llvm/lib/Object/WasmObjectFile.cpp
===================================================================
--- llvm/lib/Object/WasmObjectFile.cpp
+++ llvm/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.212580.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/6a628912/attachment.bin>


More information about the llvm-commits mailing list