From 919cb8620bc64bc7a3dc5fd71d76a36ed66c54bf Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 4 Sep 2019 06:34:29 +0000 Subject: typo in a comment git-svn-id: svn://tug.org/texlive/trunk@52025 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/hash.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea') 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 + + * hash.c: Typo in a comment. + 2019-08-13 Karl Berry * 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). */ -- cgit v1.2.3