aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2020-09-22 14:12:59 +0200
committerH.J. Lu <hjl.tools@gmail.com>2020-10-13 05:49:58 -0700
commit7ee881f1f46dbc70ce6acdd67f7a8146ac338158 (patch)
treeb0e97238237d1ba613158511bd3f69a2cb17e868 /elf/rtld.c
parent21181d1c7b181c4bb71e587c7944e100d923b393 (diff)
downloadglibc-7ee881f1f46dbc70ce6acdd67f7a8146ac338158.zip
glibc-7ee881f1f46dbc70ce6acdd67f7a8146ac338158.tar.gz
glibc-7ee881f1f46dbc70ce6acdd67f7a8146ac338158.tar.bz2
rtld: fix typo in comment
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index fcf4bb7..5d117d0 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")));