Fix typo
authorTobias Grosser <tobias@grosser.es>
Sat, 18 Apr 2015 09:40:01 +0000 (09:40 +0000)
committerTobias Grosser <tobias@grosser.es>
Sat, 18 Apr 2015 09:40:01 +0000 (09:40 +0000)
llvm-svn: 235252

polly/include/polly/ScopDetection.h

index 86ae9ad..492634a 100644 (file)
@@ -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,