Clean-up: typo in make_unique_wrapper comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 Mar 2024 01:53:15 +0000 (21:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 Mar 2024 03:05:32 +0000 (23:05 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Idd5d203bd26ef2e3d2eab94e30f9ef5f8e3a1d90

src/common/make-unique-wrapper.hpp

index 282181cffa58439b9dd7642949a40701c3b67512..a0a4b541a2fd64bc7c01da8babd6b5c01bb54d5c 100644 (file)
@@ -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.
  */
 
This page took 0.025844 seconds and 4 git commands to generate.