Fix comment.

svn path=/trunk/netsurf/; revision=11891
This commit is contained in:
Michael Drake 2011-03-02 19:36:13 +00:00
parent 3e7ea29e4b
commit 9e1916ad61

View File

@ -116,7 +116,7 @@ typedef enum {
} box_type;
/** Type of a struct box. */
/** Flags for a struct box. */
typedef enum {
NEW_LINE = 1 << 0, /* first inline on a new line */
STYLE_OWNED = 1 << 1, /* style is owned by this box */