summaryrefslogtreecommitdiff
path: root/lib/stat-time.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-10 23:11:43 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 10:10:52 +0200
commit8e7e846fcb3e7356be7e361ec2b12052baf56f0e (patch)
tree2a39de4e62bda4ef1bf5fa6abd1ca20013bd3420 /lib/stat-time.h
parent7dd6551404efff84abc69c3795dbe125cd13ebbd (diff)
downloadgnulib-8e7e846fcb3e7356be7e361ec2b12052baf56f0e.tar.gz
maint: remove doubled word: s/it it/it/
* lib/stat-time.h (get_stat_birthtime): s/it it/it/
Diffstat (limited to 'lib/stat-time.h')
-rw-r--r--lib/stat-time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stat-time.h b/lib/stat-time.h
index 8a119788b8..d36a78ec54 100644
--- a/lib/stat-time.h
+++ b/lib/stat-time.h
@@ -175,7 +175,7 @@ get_stat_birthtime (struct stat const *st)
using zero. Attempt to work around this problem. Alas, this can
report failure even for valid time stamps. Also, NetBSD
sometimes returns junk in the birth time fields; work around this
- bug if it it is detected. There's no need to detect negative
+ bug if it is detected. There's no need to detect negative
tv_nsec junk as negative tv_nsec already indicates an error. */
if (t.tv_sec == 0 || 1000000000 <= t.tv_nsec)
t.tv_nsec = -1;