maint: remove doubled word: s/it it/it/
authorJim Meyering <meyering@redhat.com>
Sun, 10 Apr 2011 21:11:43 +0000 (23:11 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Apr 2011 08:10:52 +0000 (10:10 +0200)
* lib/stat-time.h (get_stat_birthtime): s/it it/it/

ChangeLog
lib/stat-time.h

index 00e9df202c5db5bf5a52931eee79c8a149b6a0e2..15ef031ba0899dc08682d71f11ef5ef0a785bce5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-10  Jim Meyering  <meyering@redhat.com>
+
+       maint: remove doubled word: s/it it/it/
+       * lib/stat-time.h (get_stat_birthtime): s/it it/it/
+
 2011-04-10  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: remove useless semicolon and backslash
index 8a119788b8134dcb622dabd04d01f38e388e0312..d36a78ec54f69e7bb275e04d47b924653ffdb3dc 100644 (file)
@@ -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;