forked from AuroraMiddleware/gtk
gtkarray: Fix a typo
This commit is contained in:
parent
b25f93e24c
commit
24608d5c23
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user