projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b334e2
)
gdb_unique_ptr.h: Fix a typo in a comment
author
John Baldwin
<jhb@FreeBSD.org>
Mon, 9 Oct 2023 16:59:12 +0000
(09:59 -0700)
committer
John Baldwin
<jhb@FreeBSD.org>
Mon, 9 Oct 2023 16:59:12 +0000
(09:59 -0700)
gdbsupport/gdb_unique_ptr.h
patch
|
blob
|
history
diff --git
a/gdbsupport/gdb_unique_ptr.h
b/gdbsupport/gdb_unique_ptr.h
index 8ff7cec1da92b8225f7e20ccd7fbb3e9a67a3564..2b6c0ce3d538994d507ca12941d10ea00c4607a4 100644
(file)
--- 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<char> (xstrndup (str, n));
}
-/* An overload of operator+= fo adding gdb::unique_xmalloc_ptr<char> to a
+/* An overload of operator+= fo
r
adding gdb::unique_xmalloc_ptr<char> to a
std::string. */
static inline std::string &