From ddbb4a6c33288d02aa9c001cf342ac58700de938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Tue, 16 Jun 2020 23:05:36 +0200 Subject: [PATCH] Apply suggestion to src/wrap_mempool.cpp --- src/wrap_mempool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrap_mempool.cpp b/src/wrap_mempool.cpp index 16662bc5..0c3004ad 100644 --- a/src/wrap_mempool.cpp +++ b/src/wrap_mempool.cpp @@ -153,7 +153,7 @@ namespace // on 'out-of-memory' being reported on allocation. (If it is // reported in a deferred manner, it has no way to react // (e.g. by freeing unused memory) because it is not part of - // the call stack. + // the call stack.) unsigned zero = 0; PYOPENCL_CALL_GUARDED(clEnqueueWriteBuffer, ( m_queue.data(), -- GitLab