Skip to content

Commit ee2fa93

Browse files
committed
locale.c: Slight comment clarification
1 parent 9688a1f commit ee2fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8415,7 +8415,7 @@ S_ints_to_tm(pTHX_ struct tm * mytm,
84158415
const char * orig_TIME_locale = toggle_locale_c(LC_TIME, locale);
84168416
MKTIME_LOCK;
84178417

8418-
/* which_tm points to an auxiliary copy if we ran mini_mktime().
8418+
/* 'which_tm' points to an auxiliary copy if we ran mini_mktime().
84198419
* Otherwise it points to the passed-in one which now gets populated
84208420
* directly. */
84218421
(void) mktime(which_tm);

0 commit comments

Comments
 (0)