# HG changeset patch # User Jim Meyering # Date 1302469903 -7200 # Node ID cbd63e66d32f0f2ebab6c087daa4774c39d8e15b # Parent 7eb49e79c178570daf501eb70257ee6bafd83d76 maint: remove doubled word: s/it it/it/ * lib/stat-time.h (get_stat_birthtime): s/it it/it/ diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-10 Jim Meyering + + maint: remove doubled word: s/it it/it/ + * lib/stat-time.h (get_stat_birthtime): s/it it/it/ + 2011-04-10 Jim Meyering maint.mk: remove useless semicolon and backslash diff --git a/lib/stat-time.h b/lib/stat-time.h --- a/lib/stat-time.h +++ b/lib/stat-time.h @@ -175,7 +175,7 @@ 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;