summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-20 19:22:13 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-20 19:22:13 +0000
commit5d42830b0ba602c12fa3dfc6f7c1d4bcb1e2e7be (patch)
tree5fedbeb23f2e91772f0ecb3ee31223374787cade /include/libc-symbols.h
parentce5e747f18959785f174b689dd23fddbd159fe60 (diff)
Correct comments, thx vapier
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 45b7a084b..cff465788 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -357,7 +357,7 @@
* by libc_hidden_proto). The reasoning to have it after the header w/ foo's prototype is
* to get first the __REDIRECT from original header and then create the __GI_foo alias
* c. no versioning support, hidden[_data]_ver are noop
- * d. hidden_strong_alias() added, and hidden_def() in asm is hidden_strong_alias (not strong_alias)
+ * d. hidden_strong_alias() added, and hidden_def() in asm is hidden_strong_alias (not strong_alias) */
/* Arrange to hide uClibc internals */
#if defined __GNUC__ && defined __GNUC_MINOR__ && \