about summary refs log tree commit diff
path: root/stdlib/test-atexit-recursive.c
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 03:40:12 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 23:46:32 +0000
commit2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch)
treef22a04d6e72985be372db2b87876d351fc35e6c1 /stdlib/test-atexit-recursive.c
parent7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff)
downloadglibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.xz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'stdlib/test-atexit-recursive.c')
-rw-r--r--stdlib/test-atexit-recursive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test-atexit-recursive.c b/stdlib/test-atexit-recursive.c
index 0596b9763b..9dbd5e5e6e 100644
--- a/stdlib/test-atexit-recursive.c
+++ b/stdlib/test-atexit-recursive.c
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-/* Check that atexit handler registed from another handler still called. */
+/* Check that atexit handler registered from another handler still called. */
 
 #include <stdio.h>
 #include <stdlib.h>