Fix typo
authorTobias Grosser <tobias@grosser.es>
Wed, 29 Oct 2014 19:58:28 +0000 (19:58 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 29 Oct 2014 19:58:28 +0000 (19:58 +0000)
llvm-svn: 220870

polly/lib/Analysis/ScopInfo.cpp

index 29894f7..74637ab 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//