We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc9591 commit d193f3fCopy full SHA for d193f3f
1 file changed
src/wrap_cl.hpp
@@ -3673,7 +3673,7 @@ namespace pyopencl
3673
#ifdef PYPY_VERSION
3674
// FIXME: get a read-only buffer
3675
// Not quite honest, but Pypy doesn't consider numpy arrays
3676
- // created from objects with the __array_interface__ writeable.
+ // created from objects with the __array_interface__ writable.
3677
ward->get(holder.ptr(), PyBUF_ANY_CONTIGUOUS);
3678
#else
3679
ward->get(holder.ptr(), PyBUF_ANY_CONTIGUOUS | PyBUF_WRITABLE);
0 commit comments