summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-28 22:36:29 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-28 22:37:33 -0500
commit0042f9b41484ea223ab24b94ffc529c4c5ecc231 (patch)
treef4a68fab9237a4679e70715dc68dfab012f8065c
parente71f7d713e652ed0db4828b9c3e841766073922c (diff)
downloadgtk+-0042f9b41484ea223ab24b94ffc529c4c5ecc231.tar.gz
Fix a comment
-rw-r--r--gtk/gtkcssvalue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcssvalue.c b/gtk/gtkcssvalue.c
index 7f43e3f9f5..97804157b3 100644
--- a/gtk/gtkcssvalue.c
+++ b/gtk/gtkcssvalue.c
@@ -71,8 +71,8 @@ _gtk_css_value_unref (GtkCssValue *value)
* @value: the value to compute from
* @property_id: the ID of the property to compute
* @provider: Style provider for looking up extra information
- * @values: values to compute for
- * @parent_values: parent values to use for inherited values
+ * @style: Style to compute for
+ * @parent_style: parent style to use for inherited values
*
* Converts the specified @value into the computed value for the CSS
* property given by @property_id using the information in @context.