diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 20:47:46 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-29 23:00:12 +0000 |
commit | 630da022cb07d67ab53b4e9335352e44e9b7c5e2 (patch) | |
tree | ffed7a6424b8e45616980fdbd0b88964185f6b80 /elf/tst-nodelete-dlclose-dso.c | |
parent | a1950a07583f63f220f30ba7d99ceb619b80ecce (diff) | |
download | glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.gz glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.xz glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.zip |
Fix misspellings in elf/ -- BZ 25337
Applying this commit results in bit-identical libc.so.6. The elf/ld-linux-x86-64.so.2 does change, but only in .note.gnu.build-id Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'elf/tst-nodelete-dlclose-dso.c')
-rw-r--r-- | elf/tst-nodelete-dlclose-dso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-nodelete-dlclose-dso.c b/elf/tst-nodelete-dlclose-dso.c index 6869fc9995..e502c87526 100644 --- a/elf/tst-nodelete-dlclose-dso.c +++ b/elf/tst-nodelete-dlclose-dso.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ -/* This is the primary DSO that is loaded by the appliation. This DSO +/* This is the primary DSO that is loaded by the application. This DSO then loads a plugin with RTLD_NODELETE. This plugin depends on this DSO. This dependency chain means that at application shutdown the plugin will be destructed first. Thus by the time this DSO is |