From a5605d34b9957847580746819c6ff798a4f619f3 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 29 Oct 2014 19:58:28 +0000 Subject: [PATCH] Fix typo llvm-svn: 220870 --- polly/lib/Analysis/ScopInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 29894f7..74637ab 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -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. // //===----------------------------------------------------------------------===// -- 2.7.4