summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index 0c91fa3fd..861ad741e 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -80,9 +80,9 @@ static bool box_normalise_inline_container(struct box *cont, html_content *c);
/**
* Ensure the box tree is correctly nested by adding and removing nodes.
*
- * \param block box of type BLOCK, INLINE_BLOCK, or TABLE_CELL
- * \param box_pool pool to allocate new boxes in
- * \return true on success, false on memory exhaustion
+ * \param block box of type BLOCK, INLINE_BLOCK, or TABLE_CELL
+ * \param c content of boxes
+ * \return true on success, false on memory exhaustion
*
* The tree is modified to satisfy the following:
* \code