* linux-thread-db.c (enable_thread_event_reporting): Fix comment
authorDaniel Jacobowitz <drow@false.org>
Fri, 11 May 2007 17:43:44 +0000 (17:43 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 11 May 2007 17:43:44 +0000 (17:43 +0000)
typo.

gdb/ChangeLog
gdb/linux-thread-db.c

index fa244ec09085da428402aa67fa6bc02aee6e0402..30c4f96460a4f2670f47f3cd4e1d2bb1bd9f4a1a 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * linux-thread-db.c (enable_thread_event_reporting): Fix comment
+       typo.
+
 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
index 933ab04f78f76c08779a69f025c0de63db74b821..14cd0883c0c80574b02e8eefb728f41b32a75e2c 100644 (file)
@@ -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
This page took 0.026567 seconds and 4 git commands to generate.