Correct comment to reflect reality. b=317480

This commit is contained in:
dbaron%dbaron.org 2005-11-22 23:38:28 +00:00
Родитель 6a21a28fbe
Коммит ce9357ccd5
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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
{