Bring comment into line with use of libdom instead of libxml.

svn path=/trunk/netsurf/; revision=13718
This commit is contained in:
Michael Drake 2012-03-26 10:47:54 +00:00
parent d5a2701b38
commit 71325ca6d0

View File

@ -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.
*