diff --git a/README.rst b/README.rst
index 0e551fbede0460a2e7c76167b54d672afdf81286..94b485a64c18b5e9e727a561f70127269d04a16c 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ It can capture the following types of optimizations:
 
 * Vector and multi-core parallelism in the OpenCL/CUDA model
 * Data layout transformations (structure of arrays to array of structures)
-* Loopy Unrolling
+* Loop unrolling
 * Loop tiling with efficient handling of boundary cases
 * Prefetching/copy optimizations
 * Instruction level parallelism