summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-20 14:13:17 +0100
committerBruno Haible <bruno@clisp.org>2021-02-20 14:13:36 +0100
commit7563be91dc30ff754140468c70d47a7b03fb6df4 (patch)
tree3eeb93a89b9f4b98161812b9aea2784dffeb8545
parent4d4fb2be2f17938658ade0da9006593f715853e8 (diff)
downloadgnulib-7563be91dc30ff754140468c70d47a7b03fb6df4.tar.gz
gnulib-7563be91dc30ff754140468c70d47a7b03fb6df4.tar.bz2
parse-datetime: Fix comment.
* modules/parse-datetime (Makefile.am): Fix comment.
-rw-r--r--ChangeLog5
-rw-r--r--modules/parse-datetime2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 44d5dd70d0..1ae2fee3f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-20 Bruno Haible <bruno@clisp.org>
+
+ parse-datetime: Fix comment.
+ * modules/parse-datetime (Makefile.am): Fix comment.
+
2021-02-16 Bruno Haible <bruno@clisp.org>
passfd: Fix test failure on FreeBSD >= 12 and NetBSD in 64-bit mode.
diff --git a/modules/parse-datetime b/modules/parse-datetime
index 820bc6ca96..8a2d050dee 100644
--- a/modules/parse-datetime
+++ b/modules/parse-datetime
@@ -38,7 +38,7 @@ Makefile.am:
# and by the GNU Coding Standards
# <https://www.gnu.org/prep/standards/html_node/Makefile-Basics.html>
# the file should be generated in the source directory.
-# - The #line numbers in the .c file refer to a nonexistent file once it
+# - The #line directives in the .c file refer to a nonexistent file once it
# has been moved from the build directory to the source directory. This
# leads to error if 'lcov' is used later.
# Additionally, here we assume GNU Bison and therefore don't need the ylwrap

Return to:

Send suggestions and report system problems to the System administrator.