aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-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>