summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 20:08:32 +0000
committerDavid Mitchell <davem@iabyn.com>2009-04-14 19:30:59 +0100
commita81525c49d1576f630cdcb2330a0738186acac27 (patch)
tree5c27134ff855055b65f4bbed63fe2783a89616b4 /util.c
parentb5ffb17f6fcd262fc4b05dd072dcc13842091cbb (diff)
downloadperl-a81525c49d1576f630cdcb2330a0738186acac27.tar.gz
Rename ext/Time/HiRes to ext/Time-HiRes
(cherry picked from commit 40d04ec4420d25128b37d6ff003091cb60690187)
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index e43476f955..08eb3c5207 100644
--- a/util.c
+++ b/util.c
@@ -5592,7 +5592,7 @@ S_mem_log_common(enum mem_log_type mlt, const UV n, const UV typesize, const cha
(void)time(&when);
# endif
/* If there are other OS specific ways of hires time than
- * gettimeofday() (see ext/Time/HiRes), the easiest way is
+ * gettimeofday() (see ext/Time-HiRes), the easiest way is
* probably that they would be used to fill in the struct
* timeval. */
# endif