瀏覽代碼

- commentary typo fix

Bernhard Reutner-Fischer 18 年之前
父節點
當前提交
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,