From 74021af62434d042d27e010d62d6b6a0717f246b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 11 Mar 2024 21:53:15 -0400 Subject: [PATCH] Clean-up: typo in make_unique_wrapper comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Idd5d203bd26ef2e3d2eab94e30f9ef5f8e3a1d90 --- src/common/make-unique-wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/make-unique-wrapper.hpp b/src/common/make-unique-wrapper.hpp index 282181cff..a0a4b541a 100644 --- a/src/common/make-unique-wrapper.hpp +++ b/src/common/make-unique-wrapper.hpp @@ -34,7 +34,7 @@ namespace lttng { * create_my_c_struct()); * * Note that this facility is intended for use in the scope of a function. - * If you need to return this unique_ptr instance, you should consider writting + * If you need to return this unique_ptr instance, you should consider writing * a proper, idiomatic, wrapper. */ -- 2.34.1