From b57bde0ea97d810f7ba5f2a6142e908ba9dff558 Mon Sep 17 00:00:00 2001 From: "jruderman@hmc.edu" Date: Mon, 3 Sep 2007 02:51:52 -0700 Subject: [PATCH] Add period at end of sentence. Comment-only change. --- layout/generic/nsBlockFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsBlockFrame.cpp b/layout/generic/nsBlockFrame.cpp index e83a3e24d81..5ff85f11453 100644 --- a/layout/generic/nsBlockFrame.cpp +++ b/layout/generic/nsBlockFrame.cpp @@ -3173,7 +3173,7 @@ nsBlockFrame::ReflowInlineFrames(nsBlockReflowState& aState, // Then the nsLineLayout object was shrunk to 156 bytes by // removing some internal buffers. Given that it is so much // smaller, the complexity of 2 different ways of allocating - // no longer makes sense. Now we always allocate on the stack + // no longer makes sense. Now we always allocate on the stack. nsLineLayout lineLayout(aState.mPresContext, aState.mReflowState.mSpaceManager, &aState.mReflowState, &aLine);