[polly] r303631 - [NFC] [PolyhedralInfo] fix typo

Siddharth Bhat via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 04:41:52 PDT 2017


Author: bollu
Date: Tue May 23 06:41:52 2017
New Revision: 303631

URL: http://llvm.org/viewvc/llvm-project?rev=303631&view=rev
Log:
[NFC] [PolyhedralInfo] fix typo

"an" -> "and"

Modified:
    polly/trunk/include/polly/PolyhedralInfo.h

Modified: polly/trunk/include/polly/PolyhedralInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/PolyhedralInfo.h?rev=303631&r1=303630&r2=303631&view=diff
==============================================================================
--- polly/trunk/include/polly/PolyhedralInfo.h (original)
+++ polly/trunk/include/polly/PolyhedralInfo.h Tue May 23 06:41:52 2017
@@ -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




More information about the llvm-commits mailing list