summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-29 03:56:22 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-29 03:56:22 +0000
commit799ac5b1b27fee497dd3b9f133cbef33058811e4 (patch)
tree9b06164a3e7662cd4bcdb49854cf1ac9ace1d291 /lib
parentcf8415edbbc810076ddb11b9de441f9a36bfccb5 (diff)
downloadruby-799ac5b1b27fee497dd3b9f133cbef33058811e4.tar.gz
ruby-799ac5b1b27fee497dd3b9f133cbef33058811e4.tar.xz
ruby-799ac5b1b27fee497dd3b9f133cbef33058811e4.zip
Add RDoc for Kernel global functions, tidy array and error
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/parsers/parse_c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_c.rb b/lib/rdoc/parsers/parse_c.rb
index eb1083df2..2a735f683 100644
--- a/lib/rdoc/parsers/parse_c.rb
+++ b/lib/rdoc/parsers/parse_c.rb
@@ -334,7 +334,7 @@ module RDoc
############################################################
- # Find the C code corresponding to a c method
+ # Find the C code corresponding to a Ruby method
def find_body(meth_name, meth_obj, body)
if body =~ %r{((?>/\*.*?\*/\s+))(static\s+)?VALUE\s+#{meth_name}
\s*(\(.*?\)).*?^}xm