www/memaccess: Fix forgotten typo

llvm-svn: 134435
This commit is contained in:
Tobias Grosser 2011-07-05 19:13:41 +00:00
parent 9611623d02
commit e1bb3cbf65
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ it is currently not finished, but it is in the design and implementation stage.
The Ideas/Plans described here may not yet be implemented in Polly and may be
changed during the actual implementation.</em></p>
The project which adds memory access transformations to Polly. In many cases
This project adds memory access transformations to Polly. In many cases
changing the memory access pattern yields to better data locality or removes
dependences that would otherwise block transformations.