[polly] 5a0d8c3 - [NFC] correct "thier" to "their"

Josh Stone via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 14:39:44 PDT 2020


Author: Josh Stone
Date: 2020-04-15T14:38:52-07:00
New Revision: 5a0d8c31a32711dd1101ebcd0a563dec13efdfb9

URL: https://github.com/llvm/llvm-project/commit/5a0d8c31a32711dd1101ebcd0a563dec13efdfb9
DIFF: https://github.com/llvm/llvm-project/commit/5a0d8c31a32711dd1101ebcd0a563dec13efdfb9.diff

LOG: [NFC] correct "thier" to "their"

Added: 
    

Modified: 
    llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    polly/www/documentation/gpgpucodegen.html

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index e7750ccf3ad8..f4d74ff7c06f 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();

diff  --git a/polly/www/documentation/gpgpucodegen.html b/polly/www/documentation/gpgpucodegen.html
index bc2949aa1789..917c7cbdc1d3 100644
--- a/polly/www/documentation/gpgpucodegen.html
+++ b/polly/www/documentation/gpgpucodegen.html
@@ -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>


        


More information about the llvm-commits mailing list