summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 14:39:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 14:39:12 +0000
commitb472d819f547510b4d46b43bb49b74abfb8af96c (patch)
treeb52d802398b30941556f1234dd6e66f4e77b3a7c /ext
parent1bd334768f4abeb01740a0ef6e174a67db6953c2 (diff)
downloadruby-b472d819f547510b4d46b43bb49b74abfb8af96c.tar.gz
ruby-b472d819f547510b4d46b43bb49b74abfb8af96c.tar.xz
ruby-b472d819f547510b4d46b43bb49b74abfb8af96c.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/socket/ancdata.c2
1 files changed, 1 insertions, 1 deletions
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|