summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/hash.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 91c0d93e2b7..e2166fb17f2 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-04 Akira Kakuto <kakuto@w32tex.org>
+
+ * hash.c: Typo in a comment.
+
2019-08-13 Karl Berry <karl@freefriends.org>
* cnf.c (do_line): warn about a program name qualifier which is
diff --git a/Build/source/texk/kpathsea/hash.c b/Build/source/texk/kpathsea/hash.c
index 7fe12b7b403..bfae7eb2ee9 100644
--- a/Build/source/texk/kpathsea/hash.c
+++ b/Build/source/texk/kpathsea/hash.c
@@ -1,6 +1,6 @@
/* hash.c: hash table operations.
- Copyright 1994-2000, 2002, 2005, 2008, 2012, 2016, 2017
+ Copyright 1994-2000, 2002, 2005, 2008, 2012, 2016, 2017-2019
Karl Berry & Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -63,7 +63,7 @@ hash_normalized (hash_table_type table, const_string key)
hash_table_type
hash_create (unsigned size)
{
- /* The was "static ..." since Oct3, 1997 to work around a gcc
+ /* There was "static ..." since Oct3, 1997 to work around a gcc
optimizer bug for Alpha. That particular optimization bug
should be gone by now (Mar4, 2009).
*/