summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorDavid Candler <david.candler@arm.com>2019-08-02 14:44:17 +0000
committerDavid Candler <david.candler@arm.com>2019-08-02 14:44:17 +0000
commit7eacefedab6fcdaab760ce28665fff57458a4e2f (patch)
treedc27bb7ddb0088e4157512a2074a4861668471d9 /llvm/lib/Object/WasmObjectFile.cpp
parent13a81444cd5be498aa224492a3439f4d1a1309f6 (diff)
downloadbcm5719-llvm-7eacefedab6fcdaab760ce28665fff57458a4e2f.tar.gz
bcm5719-llvm-7eacefedab6fcdaab760ce28665fff57458a4e2f.zip
[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
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
-rw-r--r--llvm/lib/Object/WasmObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index 82aa1830dce..cdcb1799280 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -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))
OpenPOWER on IntegriCloud