File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1758,7 +1758,7 @@ MCSection *TargetLoweringObjectFileWasm::getExplicitSectionGlobal(
1758
1758
// Certain data sections we treat as named custom sections rather than
1759
1759
// segments within the data section.
1760
1760
// 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).
1762
1762
// TODO(sbc): https://github.com/WebAssembly/tool-conventions/issues/138
1763
1763
if (Name == " .llvmcmd" || Name == " .llvmbc" )
1764
1764
Kind = SectionKind::getMetadata ();
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ <h3>What to do in Polly</h3>
80
80
text.</ p >
81
81
< p > In this project, we assume that the device driver library has provided an
82
82
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
84
84
ptxjit of NVIDIA GPUs and CAL of AMD GPUs). Generally speaking, what we
85
85
are going to do in Polly is:</ p >
86
86
< li > Find a way to tile the parallel loops.</ li >
You can’t perform that action at this time.
0 commit comments