From 8fea40a91bcd0d570a741d453398726a57846520 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 20 Jan 2009 08:15:23 +0000 Subject: [PATCH] *** empty log message *** --- MText.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MText.cs b/MText.cs index 07d90ca..d7a6dcf 100644 --- a/MText.cs +++ b/MText.cs @@ -287,8 +287,12 @@ namespace M17N.Core // // Start and end positions of this interval and its children. // If this is the left node, the values are relative to the - // parent's total_start. Otherwise, the values are relatie to - // the parent's total_end. + // parent's total_start. Otherwise, the values are relative to + // the parent's total_end. So: + // total_start total_end + // left-side interval 0 positive + // right-side interval negative 0 + // top-most interval -1 positive private int total_start, total_end; // Stack of MTextProperty private Stack stack; -- 1.7.10.4