Comment fix

This commit is contained in:
bzbarsky@mit.edu 2008-03-16 17:22:54 -07:00
parent c195ff7856
commit db29e89cc6

@ -6804,7 +6804,7 @@ nsTableFrame::InvalidateFrame(nsIFrame* aFrame,
// The part that looks at both the rect and the overflow rect is a
// bit of a hack. See nsBlockFrame::ReflowLine for an eloquent
// descriptiong of its hackishness.
// description of its hackishness.
nsRect overflowRect = aFrame->GetOverflowRect();
if (aIsFirstReflow ||
aOrigRect.TopLeft() != aFrame->GetPosition() ||