This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[trivial patch] fix typo in libc-symbols.h
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sources dot redhat dot com
- Date: Thu, 23 Feb 2006 21:41:24 -0500
- Subject: [trivial patch] fix typo in libc-symbols.h
- Geoman: IS A RETARD
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)