From 3e09bd3f830b376147c778d23457b6e688ab40f8 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 28 Dec 2003 20:47:56 +0000 Subject: RDoc Struct and random git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index ea7aa9ac5..90b76979a 100644 --- a/object.c +++ b/object.c @@ -729,7 +729,7 @@ rb_obj_frozen_p(obj) /* - * Document-class: NillClass + * Document-class: NilClass * * The class of the singleton object nil. */ -- cgit