From 5dd1b8b1fe83760b8e1649aabf3f1467db06115b Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 17 Jan 2013 21:32:31 -0800 Subject: [PATCH] (no bug) Fix comment in typo, and remove stale XXXdholbert comment. Comment-only, DONTBUILD --- layout/generic/nsFlexContainerFrame.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/generic/nsFlexContainerFrame.cpp b/layout/generic/nsFlexContainerFrame.cpp index ebe36491e076..553f76e00bb2 100644 --- a/layout/generic/nsFlexContainerFrame.cpp +++ b/layout/generic/nsFlexContainerFrame.cpp @@ -2211,9 +2211,8 @@ nsFlexContainerFrame::Reflow(nsPresContext* aPresContext, // XXXdholbert Might need to actually set the correct margins in the // reflow state at some point, so that they can be saved on the frame for - // UsedMarginPropeorty(). Maybe doesn't matter though...? + // UsedMarginProperty(). Maybe doesn't matter though...? - // XXXdholbert Assuming horizontal nscoord mainPosn = curItem.GetMainPosition(); nscoord crossPosn = curItem.GetCrossPosition(); if (!AxisGrowsInPositiveDirection(axisTracker.GetMainAxis())) {