diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1d39b9014..7a01b8f3cc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2019-07-26 Brian Callahan + + PR gdb/24839: + * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return + type. + 2019-07-25 Christian Biesinger * python/py-objfile.c (add_separate_debug_file): Fix comment about diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index 88c01df2a1..0351f69a8d 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -35,7 +35,7 @@ #ifdef PT_GET_THREAD_FIRST -std::sring +std::string obsd_nat_target::pid_to_str (ptid_t ptid) { if (ptid.lwp () != 0)