From: John Baldwin Date: Mon, 9 Oct 2023 16:59:12 +0000 (-0700) Subject: gdb_unique_ptr.h: Fix a typo in a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8ff7b9f87dd72a95f38632627aa3c4fafdf4658;p=binutils-gdb.git gdb_unique_ptr.h: Fix a typo in a comment --- 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 &