gdb_unique_ptr.h: Fix a typo in a comment
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 9 Oct 2023 16:59:12 +0000 (09:59 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 9 Oct 2023 16:59:12 +0000 (09:59 -0700)
gdbsupport/gdb_unique_ptr.h

index 8ff7cec1da92b8225f7e20ccd7fbb3e9a67a3564..2b6c0ce3d538994d507ca12941d10ea00c4607a4 100644 (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 &