提交 285f969d 编写于 作者: R Rich Felker

fix typo in a comment in __libc_start_main

上级 ebd8142a
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册