[polly] r235252 - Fix typo

Tobias Grosser tobias at grosser.es
Sat Apr 18 02:40:01 PDT 2015


Author: grosser
Date: Sat Apr 18 04:40:01 2015
New Revision: 235252

URL: http://llvm.org/viewvc/llvm-project?rev=235252&view=rev
Log:
Fix typo

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

Modified: polly/trunk/include/polly/ScopDetection.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopDetection.h?rev=235252&r1=235251&r2=235252&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopDetection.h (original)
+++ polly/trunk/include/polly/ScopDetection.h Sat Apr 18 04:40:01 2015
@@ -181,7 +181,7 @@ private:
     /// @brief The set of non-affine subregions in the region we analyze.
     NonAffineSubRegionSetTy &NonAffineSubRegionSet;
 
-    /// @brief The sef of loops contained in non-affine regions.
+    /// @brief The set of loops contained in non-affine regions.
     BoxedLoopsSetTy &BoxedLoopsSet;
 
     DetectionContext(Region &R, AliasAnalysis &AA,





More information about the llvm-commits mailing list