Browse Source

Corrected a typo (simularly -> similarly).

Peter Kjellerstedt 18 years ago
parent
commit
94f35e4e3c
1 changed files with 1 additions and 1 deletions
  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)