diff options
Diffstat (limited to 'csu/init-first.c')
-rw-r--r-- | csu/init-first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/init-first.c b/csu/init-first.c index 4544eb6..228bed5 100644 --- a/csu/init-first.c +++ b/csu/init-first.c @@ -28,7 +28,7 @@ #include <ldsodefs.h> -/* Remember the command line argument and enviroment contents for +/* Remember the command line argument and environment contents for later calls of initializers for dynamic libraries. */ int __libc_argc attribute_hidden; char **__libc_argv attribute_hidden; |