This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via f1dcb9beedc5d05238e90cfbad026736d6efe891 (commit) from 1c815cddb63026be7d548e4e1e27110d92165830 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f1dcb9beedc5d05238e90cfbad026736d6efe891 Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Thu Apr 21 20:20:53 2016 +0200
dltest: fix a typo
-----------------------------------------------------------------------
Summary of changes: test/dlopen/dltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dlopen/dltest.c b/test/dlopen/dltest.c index b5fa1cd..a0fac90 100644 --- a/test/dlopen/dltest.c +++ b/test/dlopen/dltest.c @@ -31,7 +31,7 @@ int main(int argc, char **argv) ret = EXIT_FAILURE; printf("dltest: values should NOT be equal Weak values resolved incorrectly!\n"); } else { - printf("dltest: weak symbols resoved correctly.\n"); + printf("dltest: weak symbols resolved correctly.\n"); }
dlclose(handle);
hooks/post-receive