From a8ff7b9f87dd72a95f38632627aa3c4fafdf4658 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 9 Oct 2023 09:59:12 -0700 Subject: [PATCH] gdb_unique_ptr.h: Fix a typo in a comment --- gdbsupport/gdb_unique_ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdbsupport/gdb_unique_ptr.h b/gdbsupport/gdb_unique_ptr.h index 8ff7cec1da9..2b6c0ce3d53 100644 --- a/gdbsupport/gdb_unique_ptr.h +++ b/gdbsupport/gdb_unique_ptr.h @@ -88,7 +88,7 @@ make_unique_xstrndup (const char *str, size_t n) return gdb::unique_xmalloc_ptr (xstrndup (str, n)); } -/* An overload of operator+= fo adding gdb::unique_xmalloc_ptr to a +/* An overload of operator+= for adding gdb::unique_xmalloc_ptr to a std::string. */ static inline std::string & -- 2.30.2