Skip to content

Commit

Permalink
[NFC] correct "thier" to "their"
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Apr 15, 2020
1 parent a9ade27 commit 5a0d8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion polly/www/documentation/gpgpucodegen.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>What to do in Polly</h3>
text.</p>
<p>In this project, we assume that the device driver library has provided an
interface to launch kernels in the form of assembly text. Fortunately, most
of the mainstream GPU vendors provide such a feature in thier products (see
of the mainstream GPU vendors provide such a feature in their products (see
ptxjit of NVIDIA GPUs and CAL of AMD GPUs). Generally speaking, what we
are going to do in Polly is:</p>
<li>Find a way to tile the parallel loops.</li>
Expand Down

0 comments on commit 5a0d8c3

Please sign in to comment.