summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:15:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:15:52 +0000
commite6823897e9b89788da98051a1633e8c8bbaaa8ae (patch)
tree6b2d9c269631474a48c9e381311cfa2e8260148e
parent435a8c569ad3e660c19ed2383c2c18c8e9f3d3bc (diff)
downloadlibhubbub-e6823897e9b89788da98051a1633e8c8bbaaa8ae.tar.gz
libhubbub-e6823897e9b89788da98051a1633e8c8bbaaa8ae.tar.bz2
And some more
svn path=/trunk/hubbub/; revision=5998
-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)