Selaa lähdekoodia

- commentary typo fix

Bernhard Reutner-Fischer 18 vuotta sitten
vanhempi
commit
4655544cb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.
      * 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?
      * parameters than it needs will work everywhere?
      */
      */
     return __cxa_atexit((cxaefuncp)func, NULL,
     return __cxa_atexit((cxaefuncp)func, NULL,