From e93289c03f7dd955a463258fce8e8d2660d20226 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 17:25:56 +0000 Subject: [PATCH] update rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcode.c b/transcode.c index 429c6f4115..989807ca72 100644 --- a/transcode.c +++ b/transcode.c @@ -2341,7 +2341,7 @@ make_dummy_encoding(const char *name) * * returns the corresponding stateless encoding. * - * It returns nil if the argument is stateless encoding. + * It returns nil if the argument is not a stateful encoding. * * "corresponding stateless encoding" is a stateless encoding which * can represent all characters in the statefull encoding.