From ce9357ccd574f11cd77315c038a26583a90bb781 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Tue, 22 Nov 2005 23:38:28 +0000 Subject: [PATCH] Correct comment to reflect reality. b=317480 --- layout/xul/base/src/grid/nsGridRowGroupFrame.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layout/xul/base/src/grid/nsGridRowGroupFrame.h b/layout/xul/base/src/grid/nsGridRowGroupFrame.h index 6ab2fc9eaab9..b58bf84f18ca 100644 --- a/layout/xul/base/src/grid/nsGridRowGroupFrame.h +++ b/layout/xul/base/src/grid/nsGridRowGroupFrame.h @@ -49,9 +49,10 @@ #include "nsBoxFrame.h" /** - * A frame representing a grid row (or column) group, which is an - * element that is a child of a grid and contains all the rows (or - * all the columns). + * A frame representing a grid row (or column) group, which is usually + * an element that is a child of a grid and contains all the rows (or + * all the columns). However, multiple level of groups are allowed, so + * the parent or child could instead be another group. */ class nsGridRowGroupFrame : public nsBoxFrame {