From 630da022cb07d67ab53b4e9335352e44e9b7c5e2 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 27 May 2023 20:47:46 +0000 Subject: 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 --- elf/dl-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-support.c') diff --git a/elf/dl-support.c b/elf/dl-support.c index 3225999..44a54de 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -206,7 +206,7 @@ struct link_map *_dl_sysinfo_map; #include /* During the program run we must not modify the global data of - loaded shared object simultanously in two threads. Therefore we + loaded shared object simultaneously in two threads. Therefore we protect `_dl_open' and `_dl_close' in dl-close.c. This must be a recursive lock since the initializer function of -- cgit v1.1