summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2020-04-15 14:38:43 -0700
committerJosh Stone <jistone@redhat.com>2020-04-15 14:38:52 -0700
commit5a0d8c31a32711dd1101ebcd0a563dec13efdfb9 (patch)
treeca59a9600a0af8eae8f4686c4d152f656fa78773 /polly/www
parenta9ade27a5721bf376fea1ed3bb2076cd5fa06ba3 (diff)
downloadllvm-5a0d8c31a32711dd1101ebcd0a563dec13efdfb9.tar.gz
[NFC] correct "thier" to "their"
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/documentation/gpgpucodegen.html2
1 files changed, 1 insertions, 1 deletions
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 @@ 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>