Skip to content

Commit 5a0d8c3

Browse files
committed
[NFC] correct "thier" to "their"
1 parent a9ade27 commit 5a0d8c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ MCSection *TargetLoweringObjectFileWasm::getExplicitSectionGlobal(
17581758
// Certain data sections we treat as named custom sections rather than
17591759
// segments within the data section.
17601760
// This could be avoided if all data segements (the wasm sense) were
1761-
// represented as thier own sections (in the llvm sense).
1761+
// represented as their own sections (in the llvm sense).
17621762
// TODO(sbc): https://github.com/WebAssembly/tool-conventions/issues/138
17631763
if (Name == ".llvmcmd" || Name == ".llvmbc")
17641764
Kind = SectionKind::getMetadata();

polly/www/documentation/gpgpucodegen.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>What to do in Polly</h3>
8080
text.</p>
8181
<p>In this project, we assume that the device driver library has provided an
8282
interface to launch kernels in the form of assembly text. Fortunately, most
83-
of the mainstream GPU vendors provide such a feature in thier products (see
83+
of the mainstream GPU vendors provide such a feature in their products (see
8484
ptxjit of NVIDIA GPUs and CAL of AMD GPUs). Generally speaking, what we
8585
are going to do in Polly is:</p>
8686
<li>Find a way to tile the parallel loops.</li>

0 commit comments

Comments
 (0)