gdb_unique_ptr.h: Fix a typo in a comment

This commit is contained in:
John Baldwin 2023-10-09 09:59:12 -07:00
parent 1b334e27f8
commit a8ff7b9f87

View File

@ -88,7 +88,7 @@ make_unique_xstrndup (const char *str, size_t n)
return gdb::unique_xmalloc_ptr<char> (xstrndup (str, n));
}
/* An overload of operator+= fo adding gdb::unique_xmalloc_ptr<char> to a
/* An overload of operator+= for adding gdb::unique_xmalloc_ptr<char> to a
std::string. */
static inline std::string &