Bernhard Reutner-Fischer пре 19 година
родитељ
комит
4655544cb6
1 измењених фајлова са 1 додато и 1 уклоњено
  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,