[FIX] Typo
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 12 Aug 2015 10:45:20 +0000 (10:45 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 12 Aug 2015 10:45:20 +0000 (10:45 +0000)
llvm-svn: 244733

polly/include/polly/Support/SCEVAffinator.h

index d993cc7..bc2a273 100644 (file)
@@ -48,7 +48,7 @@ public:
   /// @brief Translate a SCEV to an isl_pw_aff.
   ///
   /// @param E    The expression that is translated.
-  /// @param Stmt The SCoP statment surrounding @p E.
+  /// @param Stmt The SCoP statement surrounding @p E.
   ///
   /// @returns The isl representation of the SCEV @p E in @p Stmt.
   __isl_give isl_pw_aff *getPwAff(const llvm::SCEV *E, const ScopStmt *Stmt);