@@ -1114,7 +1114,7 @@ gui_mch_compute_menu_height(
11141114 XtManageChild (id );
11151115
11161116 /*
1117- * Now find the menu item that is the furthest down, and get it's position.
1117+ * Now find the menu item that is the furthest down, and get its position.
11181118 */
11191119 maxy = 0 ;
11201120 for (mp = root_menu ; mp != NULL ; mp = mp -> next )
@@ -1550,7 +1550,7 @@ submenu_change(
15501550 XtSetValues (mp -> id , args , n );
15511551 }
15521552# ifdef FEAT_BEVAL_GUI
1553- /* If we have a tooltip, then we need to change it's font */
1553+ /* If we have a tooltip, then we need to change its font */
15541554 if (mp -> tip != NULL )
15551555 {
15561556 Arg args [2 ];
@@ -1568,7 +1568,7 @@ submenu_change(
15681568 {
15691569 gui_motif_menu_fontlist (mp -> id );
15701570#ifdef FEAT_BEVAL_GUI
1571- /* If we have a tooltip, then we need to change it's font */
1571+ /* If we have a tooltip, then we need to change its font */
15721572 if (mp -> tip != NULL )
15731573 {
15741574 Arg args [1 ];
@@ -2089,7 +2089,7 @@ set_fontlist(Widget id)
20892089 {
20902090 XtUnmanageChild (id );
20912091 XtVaSetValues (id , XmNfontList , fl , NULL );
2092- /* We should force the widget to recalculate it's
2092+ /* We should force the widget to recalculate its
20932093 * geometry now. */
20942094 XtManageChild (id );
20952095 }
@@ -2108,7 +2108,7 @@ set_fontlist(Widget id)
21082108 {
21092109 XtUnmanageChild (id );
21102110 XtVaSetValues (id , XmNfontList , fl , NULL );
2111- /* We should force the widget to recalculate it's
2111+ /* We should force the widget to recalculate its
21122112 * geometry now. */
21132113 XtManageChild (id );
21142114 }
@@ -3407,7 +3407,7 @@ gui_motif_menu_fontlist(Widget id UNUSED)
34073407 {
34083408 XtUnmanageChild (id );
34093409 XtVaSetValues (id , XmNfontList , fl , NULL );
3410- /* We should force the widget to recalculate it's
3410+ /* We should force the widget to recalculate its
34113411 * geometry now. */
34123412 XtManageChild (id );
34133413 }
@@ -3428,7 +3428,7 @@ gui_motif_menu_fontlist(Widget id UNUSED)
34283428 {
34293429 XtUnmanageChild (id );
34303430 XtVaSetValues (id , XmNfontList , fl , NULL );
3431- /* We should force the widget to recalculate it's
3431+ /* We should force the widget to recalculate its
34323432 * geometry now. */
34333433 XtManageChild (id );
34343434 }
0 commit comments