summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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|