From 9e1916ad61b8929393956f3263e8452c4c007b03 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 2 Mar 2011 19:36:13 +0000 Subject: Fix comment. svn path=/trunk/netsurf/; revision=11891 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/box.h b/render/box.h index 7b3cc4a3d..522aeafd1 100644 --- a/render/box.h +++ b/render/box.h @@ -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 */ -- cgit v1.2.3