docs: Fix a minor grammatical error

This commit is contained in:
Matthew Leeds 2018-03-27 15:20:16 -07:00
parent c92ffbdf91
commit 1180649a08

View File

@ -760,7 +760,7 @@
* i = (int) (long) p; * i = (int) (long) p;
* ]| * ]|
* The GLib macros GPOINTER_TO_INT(), GINT_TO_POINTER(), etc. take care * 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 * Warning: You may not store pointers in integers. This is not
* portable in any way, shape or form. These macros only allow storing * portable in any way, shape or form. These macros only allow storing