瀏覽代碼

Corrected a typo (simularly -> similarly).

Peter Kjellerstedt 18 年之前
父節點
當前提交
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)