summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
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;