[polly] r220870 - Fix typo

Tobias Grosser tobias at grosser.es
Wed Oct 29 12:58:28 PDT 2014


Author: grosser
Date: Wed Oct 29 14:58:28 2014
New Revision: 220870

URL: http://llvm.org/viewvc/llvm-project?rev=220870&view=rev
Log:
Fix typo

Modified:
    polly/trunk/lib/Analysis/ScopInfo.cpp

Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=220870&r1=220869&r2=220870&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Wed Oct 29 14:58:28 2014
@@ -12,7 +12,7 @@
 // The pass creates a polyhedral description of the Scops detected by the Scop
 // detection derived from their LLVM-IR code.
 //
-// This represantation is shared among several tools in the polyhedral
+// This representation is shared among several tools in the polyhedral
 // community, which are e.g. Cloog, Pluto, Loopo, Graphite.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list