From 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 2 Jun 2023 03:40:12 +0000 Subject: Fix a few more typos I missed in previous round -- BZ 25337 --- stdlib/test-atexit-recursive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/test-atexit-recursive.c') diff --git a/stdlib/test-atexit-recursive.c b/stdlib/test-atexit-recursive.c index 0596b97..9dbd5e5 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 . */ -/* Check that atexit handler registed from another handler still called. */ +/* Check that atexit handler registered from another handler still called. */ #include #include -- cgit v1.1