diff --git a/pyopencl/array.py b/pyopencl/array.py
index 98dd091c4b2a2ade0f78420ffc748e95de60cf80..429affba0d5283cf815f662366548ffdadc45c7b 100644
--- a/pyopencl/array.py
+++ b/pyopencl/array.py
@@ -446,7 +446,6 @@ class Array(object):
             shape = (shape,)
 
         if isinstance(size, np.integer):
-            # bombs if s is a Python integer
             size = size.item()
 
         if strides is None: