summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/default.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/default.h')
-rw-r--r--Build/source/texk/kpathsea/default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h
index 90e9fa6d4ac..75013828bb3 100644
--- a/Build/source/texk/kpathsea/default.h
+++ b/Build/source/texk/kpathsea/default.h
@@ -24,7 +24,7 @@
/* Replace a leading or trailing or doubled : in PATH with DFLT. If
no extra colons, return PATH. Only one extra colon is replaced.
- DFLT may not be NULL. */
+ DFLT may not be NULL. The result is always in new memory. */
extern string kpse_expand_default P2H(const_string path, const_string dflt);