(no bug) fix typo in comment in nsHTMLReflowState: s/frames/frame's/ DONTBUILD

This commit is contained in:
Daniel Holbert 2013-08-19 18:10:06 -07:00
parent 338b662f1d
commit c7d45cc573

View File

@ -411,7 +411,7 @@ public:
const nsSize& aAvailableSpace,
uint32_t aFlags = 0);
// Initialize a reflow state for a child frames reflow. Some state
// Initialize a reflow state for a child frame's reflow. Some state
// is copied from the parent reflow state; the remaining state is
// computed.
nsHTMLReflowState(nsPresContext* aPresContext,