summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-27 13:19:05 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-01-27 13:19:05 +0100
commiteeacc7777ed180905a9f3fb2570a4b0d4d24ab73 (patch)
treea86ec0ea9184772af58816e5e2d9de1855966baf
parent7f02033e13b1633d83403664749c1daf0ab98840 (diff)
downloaduClibc-alpine-eeacc7777ed180905a9f3fb2570a4b0d4d24ab73.tar.bz2
uClibc-alpine-eeacc7777ed180905a9f3fb2570a4b0d4d24ab73.tar.xz
ldso: fix typo in debug message
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index a6e916ee9..014bbf5a9 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -728,7 +728,7 @@ of this helper program; chances are you did not intend to run this program.\n\
_dl_tls_max_dtv_idx = app_tpnt->l_tls_modid = 1;
}
- _dl_debug_early("Found TLS header for appplication program\n");
+ _dl_debug_early("Found TLS header for application program\n");
break;
#else
_dl_dprintf(_dl_debug_file, "Program uses unsupported TLS data!\n");