From 38d2bcf47cf52dd00a3632aef16ab1b258def01b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Oct 2003 02:19:00 +0000 Subject: [PATCH] typo in comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 936eb190db..483beea2db 100644 --- a/eval.c +++ b/eval.c @@ -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 */