svn commit: trunk/uClibc/libc/stdlib

aldot at uclibc.org aldot at uclibc.org
Fri May 4 14:13:18 UTC 2007


Author: aldot
Date: 2007-05-04 07:13:17 -0700 (Fri, 04 May 2007)
New Revision: 18556

Log:
- commentary typo fix


Modified:
   trunk/uClibc/libc/stdlib/_atexit.c


Changeset:
Modified: trunk/uClibc/libc/stdlib/_atexit.c
===================================================================
--- trunk/uClibc/libc/stdlib/_atexit.c	2007-05-04 13:07:27 UTC (rev 18555)
+++ trunk/uClibc/libc/stdlib/_atexit.c	2007-05-04 14:13:17 UTC (rev 18556)
@@ -112,7 +112,7 @@
 {
     /*
      * 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,




More information about the uClibc-cvs mailing list