This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 4/6] Fix a typo in iconv.tex


Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
---
 newlib/libc/iconv/iconv.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex
index b2bc5f6..75e5a8a 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
-- 
2.4.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]