From 09e01153b7086b30449589bf2a4b65005b37cb83 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 5 May 2020 05:14:32 +0100 Subject: [PATCH] utils: Fix typo in comment --- server/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils.hpp b/server/utils.hpp index d44bb313..854d781f 100644 --- a/server/utils.hpp +++ b/server/utils.hpp @@ -238,7 +238,7 @@ inline shared_ptr make_shared(Args&&... args) * You should inherit publicly this class in order to have base internal reference counting * implementation. * - * This class uses aromic operations and virtual destructor so it's not really light. + * This class uses atomic operations and virtual destructor so it's not really light. */ class shared_ptr_counted {