Fix comment describing nsBlockFrame.

This commit is contained in:
dbaron@dbaron.org 2007-12-12 13:49:14 -08:00
Родитель 649a799ea2
Коммит d741ff81b0
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -42,8 +42,8 @@
* ***** END LICENSE BLOCK ***** */
/*
* rendering object for CSS display:block and display:list-item objects,
* also used inside table cells
* rendering object for CSS display:block, inline-block, and list-item
* boxes, also used for various anonymous boxes
*/
#include "nsCOMPtr.h"

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

@ -37,8 +37,8 @@
* ***** END LICENSE BLOCK ***** */
/*
* rendering object for CSS display:block and display:list-item objects,
* also used inside table cells
* rendering object for CSS display:block, inline-block, and list-item
* boxes, also used for various anonymous boxes
*/
#ifndef nsBlockFrame_h___