rtld: fix typo in comment

This commit is contained in:
Rolf Eike Beer 2020-09-22 14:12:59 +02:00 committed by H.J. Lu
parent 21181d1c7b
commit 7ee881f1f4

View 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")));