From 770f854176b746226bfba50298450633bf4e1823 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 26 Feb 2009 14:39:12 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ancdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c index ed57c24d62..e943619a39 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 v1.2.3