summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-30 23:22:45 +0000
committerKarl Berry <karl@freefriends.org>2009-11-30 23:22:45 +0000
commitce2e88e887ec0346123a83fff7c4ae2f2d32940f (patch)
treeb7d3ae7e7bed49d0b29b44641c6a6a74379ff3b3 /Build/source/texk/kpathsea/doc
parentfa182c5f72009db598962d13ffab23797626c555 (diff)
initialize first-line parsing list, doc fixes; from Alexander Cherepanov, tex-k mail 22 Nov 2009 17:39:13
git-svn-id: svn://tug.org/texlive/trunk@16253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/doc')
-rw-r--r--Build/source/texk/kpathsea/doc/bugs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/doc/bugs.texi b/Build/source/texk/kpathsea/doc/bugs.texi
index c02e2d3ae5a..edbbb4285f1 100644
--- a/Build/source/texk/kpathsea/doc/bugs.texi
+++ b/Build/source/texk/kpathsea/doc/bugs.texi
@@ -594,7 +594,7 @@ Pascal arrays have a lower index other than 0, and the C code will take
the pointer to the allocated memory, subtract the lower index, and use
the resulting pointer for the array. While this trick often works, ANSI
C doesn't guarantee that it will. It it known to fail on HP-UX 10
-mchines when the native compiler is used, unless the @samp{+u} compiler
+machines when the native compiler is used, unless the @samp{+u} compiler
switch was specified. Using GCC will work on this platform as well.
@node Empty Makefiles