Bernhard Reutner-Fischer 18 жил өмнө
parent
commit
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,