1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

typo in comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-10-23 02:19:00 +00:00
parent 00ac002f79
commit 38d2bcf47c

2
eval.c
View file

@ -131,7 +131,7 @@ int ruby_safe_level = 0;
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
2 - process/file operations prohibited
3 - all genetated objects are tainted
3 - all generated objects are tainted
4 - no global (non-tainted) variable modification/no direct output
*/