summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-26 10:47:54 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-26 10:47:54 +0000
commit71325ca6d079e6c3c9057cfd00e8992b0944087f (patch)
treeb67d7b5493d094bd1b331f8188f2a420966d60b6 /render/box.h
parentd5a2701b383669f77e190c1c7e70c68aecbedf3e (diff)
downloadnetsurf-71325ca6d079e6c3c9057cfd00e8992b0944087f.tar.gz
netsurf-71325ca6d079e6c3c9057cfd00e8992b0944087f.tar.bz2
Bring comment into line with use of libdom instead of libxml.
svn path=/trunk/netsurf/; revision=13718
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
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.
*