diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-23 12:08:50 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-23 12:08:50 +0000 |
commit | 94f35e4e3c4e9ef507f7ec7ead5ee869223a8386 (patch) | |
tree | cfe78f6a155f7c0c3342bc8a43e7e84f3eda05a5 | |
parent | d55e6dd199dc68d901f3f25528c25952e6982771 (diff) |
Corrected a typo (simularly -> similarly).
-rw-r--r-- | include/libc-symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 240b35a84..c5ec2814f 100644 --- a/include/libc-symbols.h +++ b/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) |