summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glib/docs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/docs.c b/glib/docs.c
index 5031a6225..4b1d97c2b 100644
--- a/glib/docs.c
+++ b/glib/docs.c
@@ -760,7 +760,7 @@
* i = (int) (long) p;
* ]|
* The GLib macros GPOINTER_TO_INT(), GINT_TO_POINTER(), etc. take care
- * to do the right thing on the every platform.
+ * to do the right thing on every platform.
*
* Warning: You may not store pointers in integers. This is not
* portable in any way, shape or form. These macros only allow storing