summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
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.
*