From: Siddharth Bhat Date: Tue, 23 May 2017 11:41:52 +0000 (+0000) Subject: [NFC] [PolyhedralInfo] fix typo X-Git-Tag: llvmorg-5.0.0-rc1~4522 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bccbe780e8cff390b2a8303ced884117ba20865;p=platform%2Fupstream%2Fllvm.git [NFC] [PolyhedralInfo] fix typo "an" -> "and" llvm-svn: 303631 --- diff --git a/polly/include/polly/PolyhedralInfo.h b/polly/include/polly/PolyhedralInfo.h index ae6d44e..54d5de9 100644 --- a/polly/include/polly/PolyhedralInfo.h +++ b/polly/include/polly/PolyhedralInfo.h @@ -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