summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-07-21 13:47:14 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-07-24 15:50:07 +0100
commitfde9684b52e37fb6d8e2d5b0d5f572012fe19cad (patch)
tree253efb7654481a7591a3e43e5102ff53f949a77b /newlib/libc
parentfdb73a8e437b851bce872a0ad7056580045b5bc6 (diff)
downloadcygnal-fde9684b52e37fb6d8e2d5b0d5f572012fe19cad.tar.gz
cygnal-fde9684b52e37fb6d8e2d5b0d5f572012fe19cad.tar.bz2
cygnal-fde9684b52e37fb6d8e2d5b0d5f572012fe19cad.zip
Fix a typo in iconv.tex
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/iconv/iconv.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex
index b2bc5f6f6..75e5a8a39 100644
--- a/newlib/libc/iconv/iconv.tex
+++ b/newlib/libc/iconv/iconv.tex
@@ -1095,7 +1095,7 @@ is no corresponding CCS code (error, wrong input data). Else, fetch the
@item Calculate the offset of the @emph{X} code in its block:
@emph{Xindex = Y & 0xFF}
-@item If the @emph{Xintex}-th element of the block (which is equivalent to
+@item If the @emph{Xindex}-th element of the block (which is equivalent to
@emph{from_ucs[BlkN+Xindex]}) value is 0xFF, there is no corresponding
CCS code (error, wrong input data). Else, @emph{X = from_ucs[BlkN+Xindex]}.
@end enumerate