summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-09-04 06:34:29 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-09-04 06:34:29 +0000
commit919cb8620bc64bc7a3dc5fd71d76a36ed66c54bf (patch)
tree1363bf69246d189d47e8a355337efffd568812ed /Build/source/texk/kpathsea
parent9dc7effbbc6e83c7188a1e8bd6480df0e8c8723a (diff)
typo in a comment
git-svn-id: svn://tug.org/texlive/trunk@52025 c570f23f-e606-0410-a88d-b1316a301751
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).
*/