aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-10 15:01:26 -0600
committerTom Tromey <tom@tromey.com>2019-04-10 08:05:17 -0600
commitee3711344b6e0cffeb237fa6889aab04853f9004 (patch)
tree5060768218634a46e39ac942111f7f50a2cf23ee /gdb/objfiles.c
parentbf227d6105cb3908cde816429c84569da12e829c (diff)
downloadfsf-binutils-gdb-ee3711344b6e0cffeb237fa6889aab04853f9004.zip
fsf-binutils-gdb-ee3711344b6e0cffeb237fa6889aab04853f9004.tar.gz
fsf-binutils-gdb-ee3711344b6e0cffeb237fa6889aab04853f9004.tar.bz2
Fix a couple of comments
While working on objfiles I noticed a typo in one comment, and another comment that, as far as I can tell, has been obsolete for a very long time. gdb/ChangeLog 2019-04-10 Tom Tromey <tom@tromey.com> * symfile.c (reread_symbols): Remove old comment. * objfiles.c (free_all_objfiles): Fix a typo.
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r--gdb/objfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 1c95e06..ada5edc 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -699,7 +699,7 @@ free_all_objfiles (void)
{
struct so_list *so;
- /* Any objfile referencewould become stale. */
+ /* Any objfile reference would become stale. */
for (so = master_so_list (); so; so = so->next)
gdb_assert (so->objfile == NULL);