summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2023-04-06 19:23:58 -0600
committerKarl Williamson <khw@cpan.org>2023-04-15 15:54:07 -0600
commitef3d6bb0585bddf39d7c487f61c9f0572629315c (patch)
treeace11e2a9c827c04e79eb4f03cb7dbd025cead73 /locale.c
parentcc365faa27400f1cbe128133b0ef491a6dd7e913 (diff)
downloadperl-ef3d6bb0585bddf39d7c487f61c9f0572629315c.tar.gz
locale.c: Update comment
THe documentation for my_strftime was moved to locale.c earlier in 5.37. This comment should have been updated then.
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index 46dab5a7a0..fc54f8f438 100644
--- a/locale.c
+++ b/locale.c
@@ -4958,7 +4958,7 @@ char *
Perl_my_strftime8(pTHX_ const char *fmt, int sec, int min, int hour, int mday,
int mon, int year, int wday, int yday, int isdst,
utf8ness_t * utf8ness)
-{ /* Documented in util.c */
+{ /* Documented above */
char * retval = my_strftime(fmt, sec, min, hour, mday, mon, year, wday,
yday, isdst);