diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 9f77a22c33f07cad9dd67ebd4210ee113b61fa65..ce737103c1dd34be2649a50dd48fedc8f1b6d26f 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::