changeset 16261:0505376775c9

maint.mk: fix description in comment * top/maint.mk (require_exactly_one_NL_at_EOF_): Fix comment.
author Jim Meyering <meyering@redhat.com>
date Tue, 10 Jan 2012 17:32:32 +0100
parents 852b7a7a689a
children 6a0daa712c93 bc20efc34eba
files ChangeLog top/maint.mk
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 10 08:38:52 2012 +0100
+++ b/ChangeLog	Tue Jan 10 17:32:32 2012 +0100
@@ -1,5 +1,8 @@
 2012-01-10  Jim Meyering  <meyering@redhat.com>
 
+	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.
--- a/top/maint.mk	Tue Jan 10 08:38:52 2012 +0100
+++ b/top/maint.mk	Tue Jan 10 17:32:32 2012 +0100
@@ -838,7 +838,7 @@
 #
 # 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.