summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 13:42:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-31 13:42:18 +0000
commit229cb94be8a7ec6ef5391d8342688bece825c055 (patch)
tree2bc6c974f5e4cd4aa4ace21560a169b60ce4dc4b /lib
parent9cc2d99c022b43f112cf7ddbcc0d80395c420c94 (diff)
downloadruby-229cb94be8a7ec6ef5391d8342688bece825c055.tar.gz
ruby-229cb94be8a7ec6ef5391d8342688bece825c055.tar.xz
ruby-229cb94be8a7ec6ef5391d8342688bece825c055.zip
fix rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/resolv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/resolv.rb b/lib/resolv.rb
index ab10a79d7..07d88d046 100644
--- a/lib/resolv.rb
+++ b/lib/resolv.rb
@@ -162,7 +162,7 @@ class Resolv
class ResolvTimeout < TimeoutError; end
##
- # DNS::Hosts is a hostname resolver that uses the system hosts file.
+ # Resolv::Hosts is a hostname resolver that uses the system hosts file.
class Hosts
if /mswin32|mingw|bccwin/ =~ RUBY_PLATFORM
@@ -173,7 +173,7 @@ class Resolv
end
##
- # Creates a new DNS::Hosts, using +filename+ for its data source.
+ # Creates a new Resolv::Hosts, using +filename+ for its data source.
def initialize(filename = DefaultFileName)
@filename = filename