From: Jérémie Galarneau Date: Tue, 12 Mar 2024 01:53:15 +0000 (-0400) Subject: Clean-up: typo in make_unique_wrapper comment X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=74021af62434d042d27e010d62d6b6a0717f246b Clean-up: typo in make_unique_wrapper comment Signed-off-by: Jérémie Galarneau Change-Id: Idd5d203bd26ef2e3d2eab94e30f9ef5f8e3a1d90 --- 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. */