From 596a8203ccff86500dbcefa1fba00d05fa79d8e3 Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Thu, 24 Aug 2023 11:44:19 -0600 Subject: [PATCH] Fix comment --- profiling/nvtx-connector/kp_nvtx_connector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiling/nvtx-connector/kp_nvtx_connector.cpp b/profiling/nvtx-connector/kp_nvtx_connector.cpp index 3ce30c854..9ef3ce241 100644 --- a/profiling/nvtx-connector/kp_nvtx_connector.cpp +++ b/profiling/nvtx-connector/kp_nvtx_connector.cpp @@ -24,7 +24,8 @@ #include "kp_core.hpp" -static bool tool_globfences; // use an integer for other options +static bool tool_globfences; + namespace KokkosTools { namespace NVTXConnector {