diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 20:08:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 21:35:10 +0000 |
commit | 40d04ec4420d25128b37d6ff003091cb60690187 (patch) | |
tree | 200fadfdf62dc1664a5259f6139a76032b49d612 /util.c | |
parent | 9bdb6db8a6cfa255f88d433e5f38b0ef93f82bc7 (diff) | |
download | perl-40d04ec4420d25128b37d6ff003091cb60690187.tar.gz |
Rename ext/Time/HiRes to ext/Time-HiRes
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5568,7 +5568,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 |