]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
rtld: fix typo in comment
authorRolf Eike Beer <eb@emlix.com>
Tue, 22 Sep 2020 12:12:59 +0000 (14:12 +0200)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 13 Oct 2020 12:49:58 +0000 (05:49 -0700)
elf/rtld.c

index fcf4bb70b18ed75ac060945374ea5133cf5a73ff..5d117d0d2c5902c1420e6e179834a9db9cf6fcb7 100644 (file)
@@ -330,7 +330,7 @@ struct rtld_global _rtld_global =
   };
 /* If we would use strong_alias here the compiler would see a
    non-hidden definition.  This would undo the effect of the previous
-   declaration.  So spell out was strong_alias does plus add the
+   declaration.  So spell out what strong_alias does plus add the
    visibility attribute.  */
 extern struct rtld_global _rtld_local
     __attribute__ ((alias ("_rtld_global"), visibility ("hidden")));