From a8b456c91a8707068ae8943dce56482750745a77 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 9 Sep 2020 13:19:26 -0500 Subject: [PATCH] Fix a sectioning comment --- src/wrap_constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrap_constants.cpp b/src/wrap_constants.cpp index 219fdae9..c11a88f2 100644 --- a/src/wrap_constants.cpp +++ b/src/wrap_constants.cpp @@ -1038,7 +1038,7 @@ void pyopencl_expose_constants(py::module &m) // }}} - // {{{ CL_DEVICE_TOPOLOGY_TYPE_PCIE_AMD + // {{{ CL_DEVICE_TOPOLOGY_AMD #ifdef CL_DEVICE_TOPOLOGY_AMD { -- GitLab