diff options
-rw-r--r-- | gtk/gtkbitset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbitset.c b/gtk/gtkbitset.c index a248235e58..05953391b7 100644 --- a/gtk/gtkbitset.c +++ b/gtk/gtkbitset.c @@ -107,7 +107,7 @@ gtk_bitset_unref (GtkBitset *self) * @self: a #GtkBitset * @value: the value to check * - * Checks if the given @value has been added to @bitset + * Checks if the given @value has been added to @self * * Returns: %TRUE if @self contains @value **/ |