From f69292409a0b1f06caeea5ab046020781972a37f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 22 Feb 2014 18:35:37 -0600 Subject: [PATCH] Tutorial typo fix --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 9f77a22c3..ce737103c 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -864,7 +864,7 @@ the conventional :mod:`numpy` scalar types (:class:`numpy.int16`, :class:`numpy.complex128`) will work. (Yes, :mod:`loopy` supports and generates correct code for complex arithmetic.) -The generated code places this variable into what OpenCL calss 'private' +The generated code places this variable into what OpenCL calls 'private' memory, local to each work item. .. doctest:: -- GitLab