Explorar el Código

- commentary typo fix

Bernhard Reutner-Fischer hace 17 años
padre
commit
4655544cb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/stdlib/_atexit.c

+ 1 - 1
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,