From: Daniel Jacobowitz Date: Fri, 11 May 2007 17:43:44 +0000 (+0000) Subject: * linux-thread-db.c (enable_thread_event_reporting): Fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33;p=binutils-gdb.git * linux-thread-db.c (enable_thread_event_reporting): Fix comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa244ec0908..30c4f96460a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-05-11 Daniel Jacobowitz + + * linux-thread-db.c (enable_thread_event_reporting): Fix comment + typo. + 2007-05-11 Ulrich Weigand * breakpoint.c (single_step_breakpoint_inserted_here_p): New function. diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 933ab04f78f..14cd0883c0c 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -482,7 +482,7 @@ enable_thread_event_reporting (void) #ifdef HAVE_GNU_LIBC_VERSION_H /* The event reporting facility is broken for TD_DEATH events in - glibc 2.1.3, so don't enable it we have glibc but a lower + glibc 2.1.3, so don't enable it if we have glibc but a lower version. */ libc_version = gnu_get_libc_version (); if (sscanf (libc_version, "%d.%d", &libc_major, &libc_minor) == 2