[polly] r244733 - [FIX] Typo

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 03:45:21 PDT 2015


Author: jdoerfert
Date: Wed Aug 12 05:45:20 2015
New Revision: 244733

URL: http://llvm.org/viewvc/llvm-project?rev=244733&view=rev
Log:
[FIX] Typo

Modified:
    polly/trunk/include/polly/Support/SCEVAffinator.h

Modified: polly/trunk/include/polly/Support/SCEVAffinator.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Support/SCEVAffinator.h?rev=244733&r1=244732&r2=244733&view=diff
==============================================================================
--- polly/trunk/include/polly/Support/SCEVAffinator.h (original)
+++ polly/trunk/include/polly/Support/SCEVAffinator.h Wed Aug 12 05:45:20 2015
@@ -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);




More information about the llvm-commits mailing list