[gtk/wip/baedert/for-master: 65/75] gtkarray: Fix a typo



commit 798696707289633ad8067de96935fd5775b16d3d
Author: Timm Bäder <mail baedert org>
Date:   Wed May 6 10:05:11 2020 +0200

    gtkarray: Fix a typo

 gtk/gtkarrayimplprivate.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkarrayimplprivate.h b/gtk/gtkarrayimplprivate.h
index 74c810a842..c1355205fd 100644
--- a/gtk/gtkarrayimplprivate.h
+++ b/gtk/gtkarrayimplprivate.h
@@ -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.
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]