summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-07-02 20:39:12 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-07-02 20:39:12 +0000
commitf281923763626444943cf8c6ff14d3154a797bab (patch)
treece2d58141afda9b6751e5c4658c4ad986a753060 /gdb/linux-thread-db.c
parent561265fa8c0eada27eea13917b1ae8ec51c914b0 (diff)
downloadgdb-f281923763626444943cf8c6ff14d3154a797bab.tar.gz
gdb/
* linux-thread-db.c (thread_db_new_objfile): Fix comment typos. Plus add in an already checked in file: (thread_db_new_objfile): Exclude debug files.
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r--gdb/linux-thread-db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c
index 5073d7e1ead..7f8f83e79ea 100644
--- a/gdb/linux-thread-db.c
+++ b/gdb/linux-thread-db.c
@@ -1186,7 +1186,7 @@ thread_db_new_objfile (struct objfile *objfile)
if (objfile != NULL
/* libpthread with separate debug info has its debug info file already
- loaded (and notified without successfult thread_db initialization))
+ loaded (and notified without successful thread_db initialization)
the time observer_notify_new_objfile is called for the library itself.
Static executables have their separate debug info loaded already
before the inferior has started. */