mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
gdb_unique_ptr.h: Fix a typo in a comment
This commit is contained in:
parent
1b334e27f8
commit
a8ff7b9f87
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user