浏览代码

ldso: fix typo in debug message

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 12 年之前
父节点
当前提交
eeacc7777e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ldso/ldso/ldso.c

+ 1 - 1
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");