This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[trivial patch] fix typo in libc-symbols.h


forwarding along a trivial patch from uClibc
-mike
2006-02-23  Peter Kjellerstedt  <peter.kjellerstedt@axis.com>

	* include/libc-symbols.h: Change comment typo Simularly to Similarly.

--- include/libc-symbols.h
+++ include/libc-symbols.h
@@ -502,7 +502,7 @@ for linking")
    }
    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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]