From b472d819f547510b4d46b43bb49b74abfb8af96c Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 26 Feb 2009 14:39:12 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ancdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c index ed57c24d6..e943619a3 100644 --- a/ext/socket/ancdata.c +++ b/ext/socket/ancdata.c @@ -261,7 +261,7 @@ ancillary_unix_rights(VALUE self) * - SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD * * Note that Time cannot represent SCM_BINTIME timestamps accurately - * because Time uses nano second as internal representation. + * because Time represents a time in nano second granularity. * * Addrinfo.udp("127.0.0.1", 0).bind {|s1| * Addrinfo.udp("127.0.0.1", 0).bind {|s2| -- cgit