Skip to content

Commit d193f3f

Browse files
committed
Fix 'writeable' typo
1 parent 5dc9591 commit d193f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wrap_cl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@ namespace pyopencl
36733673
#ifdef PYPY_VERSION
36743674
// FIXME: get a read-only buffer
36753675
// Not quite honest, but Pypy doesn't consider numpy arrays
3676-
// created from objects with the __array_interface__ writeable.
3676+
// created from objects with the __array_interface__ writable.
36773677
ward->get(holder.ptr(), PyBUF_ANY_CONTIGUOUS);
36783678
#else
36793679
ward->get(holder.ptr(), PyBUF_ANY_CONTIGUOUS | PyBUF_WRITABLE);

0 commit comments

Comments
 (0)