[NFC] [PolyhedralInfo] fix typo
authorSiddharth Bhat <siddu.druid@gmail.com>
Tue, 23 May 2017 11:41:52 +0000 (11:41 +0000)
committerSiddharth Bhat <siddu.druid@gmail.com>
Tue, 23 May 2017 11:41:52 +0000 (11:41 +0000)
"an" -> "and"

llvm-svn: 303631

polly/include/polly/PolyhedralInfo.h

index ae6d44e..54d5de9 100644 (file)
@@ -10,7 +10,8 @@
 /// This file contains the declaration of the PolyhedralInfo class, which will
 /// provide an interface to expose polyhedral analysis information of Polly.
 ///
-/// This is work in progress. We will add more API's as an when deemed required.
+/// This is work in progress. We will add more API's as and when deemed
+/// required.
 //===----------------------------------------------------------------------===///
 
 #ifndef POLLY_POLYHEDRAL_INFO_H