summaryrefslogtreecommitdiff
path: root/ext/date/date_strftime.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-04 21:57:48 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-04 21:57:48 +0000
commitab67ba64ca4729725ae57ed4eda232851674e645 (patch)
treebbe0cb112d1019d1252a8fc2482db95fb945b370 /ext/date/date_strftime.c
parentde0c788bb4d337d3bc2bb3f6fcac4b26cdccb8b8 (diff)
* ext/date/date_{core,strftime}.c: [ruby-core:46990].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/date_strftime.c')
-rw-r--r--ext/date/date_strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_strftime.c b/ext/date/date_strftime.c
index 87cb0a7ddd..13072962a2 100644
--- a/ext/date/date_strftime.c
+++ b/ext/date/date_strftime.c
@@ -346,7 +346,7 @@ date_strftime_with_tmx(char *s, size_t maxsize, const char *format,
i = 2;
break;
- case 'Q': /* microseconds since Unix epoch */
+ case 'Q': /* milliseconds since Unix epoch */
FMTV('0', 1, "d", tmx_msecs);
continue;