From dffd815a6d6f4a7688871faf4d96e027009189a0 Mon Sep 17 00:00:00 2001 From: Ulrik Lindahl Date: Tue, 16 Jan 2024 23:33:48 +0100 Subject: [PATCH] fixed comment --- ctle/multithread_pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctle/multithread_pool.h b/ctle/multithread_pool.h index af0c96f..7974bcd 100644 --- a/ctle/multithread_pool.h +++ b/ctle/multithread_pool.h @@ -101,4 +101,4 @@ class multithread_pool }; } -//namespace bdr +//namespace ctle