summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/treebuilder/in_head.c4
-rw-r--r--src/treebuilder/in_table.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/treebuilder/in_head.c b/src/treebuilder/in_head.c
index d6147f6..765b7d0 100644
--- a/src/treebuilder/in_head.c
+++ b/src/treebuilder/in_head.c
@@ -21,7 +21,7 @@
/**
- * Process a <meta> tag as if "in head".
+ * Process a meta tag as if "in head".
*
* \param treebuilder The treebuilder instance
* \param token The token to process
@@ -97,7 +97,7 @@ static hubbub_error process_meta_in_head(hubbub_treebuilder *treebuilder,
/**
- * Process a <script> start tag as if in "in head"
+ * Process a script start tag as if in "in head"
*
* \param treebuilder The treebuilder instance
* \param token The token to process
diff --git a/src/treebuilder/in_table.c b/src/treebuilder/in_table.c
index 0530ee3..0c97470 100644
--- a/src/treebuilder/in_table.c
+++ b/src/treebuilder/in_table.c
@@ -41,7 +41,7 @@ static inline void clear_stack_table_context(hubbub_treebuilder *treebuilder)
/**
- * Process an <input> tag in the "in table" insertion mode.
+ * Process an input start tag in the "in table" insertion mode.
*/
static inline bool process_input_in_table(hubbub_treebuilder *treebuilder,
const hubbub_token *token)