diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 23:07:07 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 23:07:07 +0000 |
commit | 7364973e51ba9e93bf414d985ebdefc2bc43dde2 (patch) | |
tree | 5570b5c6cd8636f5b9e6d06f62d1868d3a3ea78c /ldso | |
parent | be534da71c3d557e260ecd72acf5244db0bbc064 (diff) |
typo stderrr
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/libdl/libdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index c1a8c247e..322230860 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -608,7 +608,7 @@ char *dlerror(void) } /* - * Dump information to stderrr about the current loaded modules + * Dump information to stderr about the current loaded modules */ #ifdef __USE_GNU static char *type[] = { "Lib", "Exe", "Int", "Mod" }; |