From: Rolf Eike Beer Date: Tue, 22 Sep 2020 12:12:59 +0000 (+0200) Subject: rtld: fix typo in comment X-Git-Tag: glibc-2.33~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee881f1f46dbc70ce6acdd67f7a8146ac338158;p=thirdparty%2Fglibc.git rtld: fix typo in comment --- diff --git a/elf/rtld.c b/elf/rtld.c index fcf4bb70b18..5d117d0d2c5 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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")));