From 71325ca6d079e6c3c9057cfd00e8992b0944087f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 26 Mar 2012 10:47:54 +0000 Subject: Bring comment into line with use of libdom instead of libxml. svn path=/trunk/netsurf/; revision=13718 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') diff --git a/render/box.h b/render/box.h index 62cc3f127..4414a058f 100644 --- a/render/box.h +++ b/render/box.h @@ -20,7 +20,7 @@ /** \file * Box tree construction and manipulation (interface). * - * This stage of rendering converts a tree of xmlNodes (produced by libxml2) + * This stage of rendering converts a tree of dom_nodes (produced by libdom) * to a tree of struct box. The box tree represents the structure of the * document as given by the CSS display and float properties. * -- cgit v1.2.3