summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 14:51:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 14:51:39 +0000
commit85518db978445c7b0dc700dbc10219860ff9ac3b (patch)
tree2ede5f5237e2d48ae7d70bb15e33993352e2d89a /time.c
parentec7872aff7027a88dba1844ed080d5a8a1f9799c (diff)
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 6b0685d591..62bc73fe18 100644
--- a/time.c
+++ b/time.c
@@ -1040,7 +1040,7 @@ localtimexv(VALUE timexv, struct vtm *result)
}
struct time_object {
- VALUE timexv;
+ VALUE timexv; /* time_t value * TIME_SCALE. possibly Rational. */
struct vtm vtm;
int gmt;
int tm_got;