about summary refs log tree commit diff
path: root/elf/reldep2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/reldep2.c')
-rw-r--r--elf/reldep2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/reldep2.c b/elf/reldep2.c
index aadb0cbfdb..ba5ab222f9 100644
--- a/elf/reldep2.c
+++ b/elf/reldep2.c
@@ -53,8 +53,8 @@ main (void)
       exit (1);
     }
 
-  /* Now close the first object.  If must still be around since we have
-     a implicit dependency.  */
+  /* Now close the first object.  It must still be around since we have
+     an implicit dependency.  */
   if (dlclose (h1) != 0)
     {
       printf ("closing h1 failed: %s\n", dlerror ());