bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: remove doubled word: s/it it/it/


From: Jim Meyering
Subject: [PATCH] maint: remove doubled word: s/it it/it/
Date: Mon, 11 Apr 2011 10:12:14 +0200

Trivial:

>From 8e7e846fcb3e7356be7e361ec2b12052baf56f0e Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 10 Apr 2011 23:11:43 +0200
Subject: [PATCH] maint: remove doubled word: s/it it/it/

* lib/stat-time.h (get_stat_birthtime): s/it it/it/
---
 ChangeLog       |    5 +++++
 lib/stat-time.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00e9df2..15ef031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-04-10  Jim Meyering  <address@hidden>

+       maint: remove doubled word: s/it it/it/
+       * lib/stat-time.h (get_stat_birthtime): s/it it/it/
+
+2011-04-10  Jim Meyering  <address@hidden>
+
        maint.mk: remove useless semicolon and backslash
        * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray
        semicolon and backslash.
diff --git a/lib/stat-time.h b/lib/stat-time.h
index 8a11978..d36a78e 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;
--
1.7.5.rc1.228.g86d60b



reply via email to

[Prev in Thread] Current Thread [Next in Thread]