소스 검색

Corrected a typo (simularly -> similarly).

Peter Kjellerstedt 20 년 전
부모
커밋
94f35e4e3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)