diff options
author | Josh Stone <jistone@redhat.com> | 2020-04-15 14:38:43 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2020-04-15 14:38:52 -0700 |
commit | 5a0d8c31a32711dd1101ebcd0a563dec13efdfb9 (patch) | |
tree | ca59a9600a0af8eae8f4686c4d152f656fa78773 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | a9ade27a5721bf376fea1ed3bb2076cd5fa06ba3 (diff) | |
download | llvm-5a0d8c31a32711dd1101ebcd0a563dec13efdfb9.zip llvm-5a0d8c31a32711dd1101ebcd0a563dec13efdfb9.tar.gz llvm-5a0d8c31a32711dd1101ebcd0a563dec13efdfb9.tar.bz2 |
[NFC] correct "thier" to "their"
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index e7750cc..f4d74ff 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -1758,7 +1758,7 @@ MCSection *TargetLoweringObjectFileWasm::getExplicitSectionGlobal( // Certain data sections we treat as named custom sections rather than // segments within the data section. // This could be avoided if all data segements (the wasm sense) were - // represented as thier own sections (in the llvm sense). + // represented as their own sections (in the llvm sense). // TODO(sbc): https://github.com/WebAssembly/tool-conventions/issues/138 if (Name == ".llvmcmd" || Name == ".llvmbc") Kind = SectionKind::getMetadata(); |