bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] maint.mk: fix description in comment


From: Jim Meyering
Subject: [PATCH] maint.mk: fix description in comment
Date: Tue, 10 Jan 2012 17:33:53 +0100

The sense of the offending sentence was reversed.
I.e., we print the names of bad files, not those of conforming ones.

>From f9813bce2c06a6130a68db4478d1b16ddadaf276 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 10 Jan 2012 17:32:32 +0100
Subject: [PATCH] maint.mk: fix description in comment

* top/maint.mk (require_exactly_one_NL_at_EOF_): Fix comment.
---
 ChangeLog    |    3 +++
 top/maint.mk |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af388fe..5de8e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-10  Jim Meyering  <address@hidden>

+       maint.mk: fix description in comment
+       * top/maint.mk (require_exactly_one_NL_at_EOF_): Fix comment.
+
        ignore-value: remove deprecated ignore_ptr function
        * lib/ignore-value.h (ignore_ptr): Remove deprecated function.
        * NEWS: Note this.
diff --git a/top/maint.mk b/top/maint.mk
index 3e16b50..ad6aac7 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -838,7 +838,7 @@ sc_prohibit_cvs_keyword:
 #
 # This is a perl script that is expected to be the single-quoted argument
 # to a command-line "-le".  The remaining arguments are file names.
-# Print the name of each file that ends in exactly one newline byte.
+# Print the name of each file that does not end in exactly one newline byte.
 # I.e., warn if there are blank lines (2 or more newlines), or if the
 # last byte is not a newline.  However, currently we don't complain
 # about any file that contains exactly one byte.
--
1.7.9.rc0.13.gbee72



reply via email to

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