summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/pathsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.c')
-rw-r--r--Build/source/texk/kpathsea/pathsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c
index ad6f0cd0199..6b15e013d24 100644
--- a/Build/source/texk/kpathsea/pathsearch.c
+++ b/Build/source/texk/kpathsea/pathsearch.c
@@ -173,7 +173,7 @@ casefold_readable_file (kpathsea kpse, string name)
if (kpathsea_readable_file (kpse, ret)) {
break; /* success */
} else {
- /* This only happens the name matches, but the potential file is
+ /* This only happens when the name matches, but the potential file is
not actually readable, e.g., a broken symlink. It seems
sufficiently unusual to be worth logging. */
#ifdef KPSE_DEBUG