summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-08 11:50:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-08 11:50:39 +0000
commit0f904ff1fc772491a535e99290c4e5277927a469 (patch)
treee52e3629c6dbf5f3c9b88873188d5ee2deb01f3c /time.c
parentb81a33263a7461be24c2718f6fce395ee853749b (diff)
Update comment of tzmode [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64229 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 5dc1bd7381..de9568e05c 100644
--- a/time.c
+++ b/time.c
@@ -1632,7 +1632,7 @@ localtimew(wideval_t timew, struct vtm *result)
PACKED_STRUCT_UNALIGNED(struct time_object {
wideval_t timew; /* time_t value * TIME_SCALE. possibly Rational. */
struct vtm vtm;
- unsigned int tzmode:3; /* 0:localtime 1:utc 2:fixoff 3:init */
+ unsigned int tzmode:3; /* 0:localtime 1:utc 2:fixoff 3:uninitialized */
unsigned int tm_got:1;
});