summary refs log tree commit diff
path: root/elf/ldconfig.c
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-27 20:47:46 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-29 23:00:12 +0000
commit630da022cb07d67ab53b4e9335352e44e9b7c5e2 (patch)
treeffed7a6424b8e45616980fdbd0b88964185f6b80 /elf/ldconfig.c
parenta1950a07583f63f220f30ba7d99ceb619b80ecce (diff)
downloadglibc-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/ldconfig.c')
-rw-r--r--elf/ldconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 2fc45ad825..349b735670 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -631,7 +631,7 @@ out:
    - search for libraries which will be added to the cache
    - create symbolic links to the soname for each library
 
-   This has to be done separatly for each directory.
+   This has to be done separately for each directory.
 
    To keep track of which libraries to add to the cache and which
    links to create, we save a list of all libraries.
@@ -875,7 +875,7 @@ search_dir (const struct dir_entry *entry)
 	     or downgrade. The problems will arise because ldconfig will,
 	     depending on directory ordering, creat symlinks against libfoo.so
 	     e.g. libfoo.so.1.2 -> libfoo.so, but when libfoo.so is removed
-	     (typically by the removal of a development pacakge not required
+	     (typically by the removal of a development package not required
 	     for the runtime) it will break the libfoo.so.1.2 symlink and the
 	     application will fail to start.  */
 	  const char *real_base_name = basename (real_file_name);