diff --git a/glib/glist.c b/glib/glist.c index e0f9453ab..2b5692ee9 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -130,7 +130,7 @@ * * A convenience macro to get the previous element in a #GList. * Note that it is considered perfectly acceptable to access - * @list->previous directly. + * @list->prev directly. * * Returns: the previous element, or %NULL if there are no previous * elements