From 4655544cb6de06a4a83c09c4d79dfb54fbde8f00 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 4 May 2007 14:13:17 +0000 Subject: - commentary typo fix --- libc/stdlib/_atexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/stdlib/_atexit.c b/libc/stdlib/_atexit.c index 5b290c928..a27a4a199 100644 --- a/libc/stdlib/_atexit.c +++ b/libc/stdlib/_atexit.c @@ -112,7 +112,7 @@ int old_atexit(aefuncp func) { /* * glibc casts aefuncp to cxaefuncp. - * This seems dodgy, but I guess callling a function with more + * This seems dodgy, but I guess calling a function with more * parameters than it needs will work everywhere? */ return __cxa_atexit((cxaefuncp)func, NULL, -- cgit v1.2.3