gtkarray: Fix a typo

This commit is contained in:
Timm Bäder 2020-05-06 10:05:11 +02:00
parent b25f93e24c
commit 24608d5c23

View File

@ -4,7 +4,7 @@
/* This is a dumbed-down GPtrArray, which takes some stack
* space to use. When using this, the general case should always
* be that the number of elements is lower than reversed_size.
* be that the number of elements is lower than reserved_size.
* The GPtrArray should only be used in extreme cases.
*/