We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9688a1f commit ee2fa93Copy full SHA for ee2fa93
locale.c
@@ -8415,7 +8415,7 @@ S_ints_to_tm(pTHX_ struct tm * mytm,
8415
const char * orig_TIME_locale = toggle_locale_c(LC_TIME, locale);
8416
MKTIME_LOCK;
8417
8418
- /* which_tm points to an auxiliary copy if we ran mini_mktime().
+ /* 'which_tm' points to an auxiliary copy if we ran mini_mktime().
8419
* Otherwise it points to the passed-in one which now gets populated
8420
* directly. */
8421
(void) mktime(which_tm);
0 commit comments