[NFC] correct "thier" to "their"
authorJosh Stone <jistone@redhat.com>
Wed, 15 Apr 2020 21:38:43 +0000 (14:38 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 15 Apr 2020 21:38:52 +0000 (14:38 -0700)
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
polly/www/documentation/gpgpucodegen.html

index e7750cc..f4d74ff 100644 (file)
@@ -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();
index bc2949a..917c7cb 100644 (file)
@@ -80,7 +80,7 @@ parfor(int i=0 to M)
    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>