Explorar el Código

Corrected a typo (simularly -> similarly).

Peter Kjellerstedt hace 18 años
padre
commit
94f35e4e3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/libc-symbols.h

+ 1 - 1
include/libc-symbols.h

@@ -315,7 +315,7 @@
    }
    libc_hidden_weak (foo)
 
-   Simularly for global data. If references to foo within libc.so should
+   Similarly for global data. If references to foo within libc.so should
    always go to foo defined in libc.so, then in include/foo.h you add:
 
    libc_hidden_proto (foo)