From e2f890d4a19477c3653382b69aa9769ccfc79214 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 19 Jan 2015 20:23:03 -0600
Subject: [PATCH] Typo fix (found by James Stevens)

---
 doc/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index ce737103c..226868317 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -524,7 +524,7 @@ For instance, :func:`set_loop_priority` fit the pattern.
 :func:`loopy.split_iname` is another fundamental (and useful) transformation. It
 turns one existing iname (recall that this is loopy's word for a 'loop
 variable', roughly) into two new ones, an 'inner' and an 'outer' one,
-where the 'inner' loopy is of a fixed, specified length, and the 'outer'
+where the 'inner' loop is of a fixed, specified length, and the 'outer'
 loop runs over these fixed-length 'chunks'. The three inames have the
 following relationship to one another::
 
-- 
GitLab