ICU-3470 fix typos.

X-SVN-Rev: 14169
This commit is contained in:
Eric Mader 2003-12-18 16:39:17 +00:00
parent 26803fcf11
commit 0251b3202b

View File

@ -162,7 +162,7 @@ void IndicRearrangementProcessor::doRearrangementAction(LEGlyphID *glyphs, le_in
id = charIndices[lastGlyph];
x = lastGlyph - 2;
while (x >= lastGlyph) {
while (x >= firstGlyph) {
glyphs[x + 2] = glyphs[x];
charIndices[x + 2] = charIndices[x];
x -= 1;
@ -182,7 +182,7 @@ void IndicRearrangementProcessor::doRearrangementAction(LEGlyphID *glyphs, le_in
id = charIndices[lastGlyph];
x = lastGlyph - 2;
while (x >= lastGlyph) {
while (x >= firstGlyph) {
glyphs[x + 2] = glyphs[x];
charIndices[x + 2] = charIndices[x];
x -= 1;