summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-23 10:26:21 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-23 10:26:21 +0100
commitf91c04e2846de010871ee21389eb926dd18e065e (patch)
tree4ee353c7d2636a65644e751bab95432720e57d2f /gtk/gtkmenu.c
parent31419f2026988ccb0170700b8a54bc78cc3250f7 (diff)
downloadgtk+-f91c04e2846de010871ee21389eb926dd18e065e.tar.gz
Minor documentation improvements
Mostly correcting it's to its and changing some , to .
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r--gtk/gtkmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index dee69b88ef..94ba3cd108 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -5127,7 +5127,7 @@ compute_child_offset (GtkMenu *menu,
if (!priv->heights || priv->heights_length < gtk_menu_get_n_rows (menu))
return FALSE;
- /* when we have a row with only invisible children, it's height will
+ /* when we have a row with only invisible children, its height will
* be zero, so there's no need to check WIDGET_VISIBLE here
*/
for (i = 0; i < item_top_attach; i++)