diff options
author | Sam James <sam@gentoo.org> | 2025-01-25 05:34:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-25 05:34:20 +0000 |
commit | 8d55f2fb17f7069b3b10231f9673eba1a0d272eb (patch) | |
tree | e452182bdb5a3798bc7c4a6b438eefd197153df7 /elf | |
parent | fc8f253d808ade5e97c93b363bd1932023e770ba (diff) | |
download | glibc-8d55f2fb17f7069b3b10231f9673eba1a0d272eb.zip glibc-8d55f2fb17f7069b3b10231f9673eba1a0d272eb.tar.gz glibc-8d55f2fb17f7069b3b10231f9673eba1a0d272eb.tar.bz2 |
elf: fix 'valgrind' typo in comment
Diffstat (limited to 'elf')
-rw-r--r-- | elf/valgrind-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/valgrind-test.c b/elf/valgrind-test.c index f95ef00..06237b5 100644 --- a/elf/valgrind-test.c +++ b/elf/valgrind-test.c @@ -1,5 +1,5 @@ /* This is the simple test intended to be called by - tst-valgrind-smoke to perform vagrind smoke test. + tst-valgrind-smoke to perform valgrind smoke test. Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. |