summaryrefslogtreecommitdiff
path: root/gtk/css/gtkcsstokenizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/css/gtkcsstokenizer.c')
-rw-r--r--gtk/css/gtkcsstokenizer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/css/gtkcsstokenizer.c b/gtk/css/gtkcsstokenizer.c
index a406ad3d06..14a419b790 100644
--- a/gtk/css/gtkcsstokenizer.c
+++ b/gtk/css/gtkcsstokenizer.c
@@ -215,7 +215,7 @@ gtk_css_token_is_finite (const GtkCssToken *token)
* gtk_css_token_is_preserved:
* @token: a #GtkCssToken
* @out_closing: (allow-none): Type of the token that closes a block
- * started with this token
+ * started with this token
*
* A token is considered preserved when it does not start a block.
*
@@ -223,7 +223,7 @@ gtk_css_token_is_finite (const GtkCssToken *token)
* so CSS parsers want to look at this function
*
* Returns: %TRUE if the token is considered preserved.
- **/
+ */
gboolean
gtk_css_token_is_preserved (const GtkCssToken *token,
GtkCssTokenType *out_closing)