musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/env/__libc_start_main.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env/__libc_start_main.c b/src/env/__libc_start_main.c
index c10a3f35..10e55909 100644
--- a/src/env/__libc_start_main.c
+++ b/src/env/__libc_start_main.c
@@ -72,7 +72,7 @@ int __libc_start_main(int (*main)(int,char **,char **), int argc, char **argv)
(*(void (**)())a)();
#endif
- /* Pass control to to application */
+ /* Pass control to the application */
exit(main(argc, argv, envp));
return 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月28日 18:01:08 +0000

AltStyle によって変換されたページ (->オリジナル) /