GList: Fix typo of member ->prev in documentation

It said list->previous, which is not a thing that exists.
This commit is contained in:
Daniel Boles 2017-08-07 20:33:25 +01:00
parent 47e10489c5
commit a2ec32833e

View File

@ -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