[FIX] Typo

llvm-svn: 244733
This commit is contained in:
Johannes Doerfert 2015-08-12 10:45:20 +00:00
parent 96887f755b
commit f363bfb730
1 changed files with 1 additions and 1 deletions

View 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);