diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-05-11 17:43:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-05-11 17:43:44 +0000 |
commit | 2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33 (patch) | |
tree | ced7a5890976d17574f98fa871debb9722eab6f1 /gdb/linux-thread-db.c | |
parent | 8adb2e35e23a7c7f92cfea362da2380dfc67c91f (diff) | |
download | gdb-2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33.zip gdb-2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33.tar.gz gdb-2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33.tar.bz2 |
* linux-thread-db.c (enable_thread_event_reporting): Fix comment
typo.
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 933ab04..14cd088 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 |