From 68ef128b1a7f725430b18e4c19179e0b60939344 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Sun, 15 Jul 2012 16:21:00 -0400 Subject: [PATCH] (no bug) Fix typo in parameter name, in documentation for nsIFrame::InsertFrames and nsIFrame::AppendFrames. Comment-only, DONTBUILD --- layout/generic/nsIFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h index 315e5574fe84..bbca4d3350f5 100644 --- a/layout/generic/nsIFrame.h +++ b/layout/generic/nsIFrame.h @@ -623,7 +623,7 @@ public: * name, * NS_ERROR_UNEXPECTED if the frame is an atomic frame, * NS_OK otherwise. In this case, AppendFrames empties out - * aChildList in the process of moving the frames over to its own + * aFrameList in the process of moving the frames over to its own * child list. */ NS_IMETHOD AppendFrames(ChildListID aListID, @@ -642,7 +642,7 @@ public: * name, * NS_ERROR_UNEXPECTED if the frame is an atomic frame, * NS_OK otherwise. In this case, InsertFrames empties out - * aChildList in the process of moving the frames over to its own + * aFrameList in the process of moving the frames over to its own * child list. */ NS_IMETHOD InsertFrames(ChildListID aListID,