Fix a couple of comments
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index 1c95e068842a7ee353fe448bf8cbf2b6a8a7fbcb..ada5edc42fab32e6ef61d0a4f1d7cb9fa00c294f 100644 (file)
@@ -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);
 
This page took 0.024913 seconds and 4 git commands to generate.