aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-protected1b.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/tst-protected1b.c
parenta1950a07583f63f220f30ba7d99ceb619b80ecce (diff)
downloadglibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.zip
glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.gz
glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.bz2
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-protected1b.c')
-rw-r--r--elf/tst-protected1b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-protected1b.c b/elf/tst-protected1b.c
index 2312a0f..8550b95 100644
--- a/elf/tst-protected1b.c
+++ b/elf/tst-protected1b.c
@@ -25,7 +25,7 @@
<https://www.gnu.org/licenses/>. */
/* This file must be compiled as PIE to avoid copy relocation when
- accessing protected symbols defined in shared libaries since copy
+ accessing protected symbols defined in shared libraries since copy
relocation doesn't work with protected symbols and linker in
binutils 2.26 enforces this rule. */