diff options
-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" }; |