[polly] r197796 - www: Fix typos

Tobias Grosser tobias at grosser.es
Fri Dec 20 01:49:25 PST 2013


Author: grosser
Date: Fri Dec 20 03:49:24 2013
New Revision: 197796

URL: http://llvm.org/viewvc/llvm-project?rev=197796&view=rev
Log:
www: Fix typos

Reported-by: Dmitry N. Mikushin <maemarcus at gmail.com>

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=197796&r1=197795&r2=197796&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Fri Dec 20 03:49:24 2013
@@ -88,7 +88,7 @@
   which run at least once a day and which include results for Polly.
   <h4>Move to CLooG 0.18.1 and isl 0.12.1</h4>
   With the move to an isl 0.12 version Polly can be compiled without the
-  need to link directly to GMP (if isl is used for code generation). Currenty
+  need to link directly to GMP (if isl is used for code generation). Currently
   isl is still internally using GMP, but private patches exist to also remove
   this dependency. Without the use of GMP, a <b>GPL free</b> version of Polly
   is possible.
@@ -126,7 +126,7 @@
   <td>
   <p> Polly can now be directly linked to the <a
 href="http://pluto-compiler.sourceforge.net/">Pluto optimizer</a>. We were
-already able to perform Pluto-like optimizations with Polly, as a similer
+already able to perform Pluto-like optimizations with Polly, as a similar
 algorithm was added to isl half a year ago. However, being able to directly
 compare with the original implementation will not only bring in competition in
 the optimizer field. It will also allow new experiments with a cutting edge





More information about the llvm-commits mailing list