fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-06-20 15:48:19 +00:00
parent f7547ae6af
commit 54d4de6732

View File

@ -21,7 +21,7 @@ Sat Jun 20 02:03:53 2015 Naohisa Goto <ngotogenome@gmail.com>
by rb_proc_exec() with envp_str = Qfalse, execl() is replaced
by a macro that calls execle() with "extern char **environ"
traditional global variable on Solaris 10.
TODO: This may be unsafe and sholud be changed in the future.
TODO: This may be unsafe and should be changed in the future.
Although rb_proc_exec() is not used from inside current version
of ruby, it may be called by third-party extensions.