aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 229f9c37de7..7f6e7c398a9 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1788,7 +1788,7 @@ digest_single_submenu (start, end, top_level_items)
1788 return first_wv; 1788 return first_wv;
1789} 1789}
1790 1790
1791/* Walk through thw widget_value tree starting at FIRST_WV and update 1791/* Walk through the widget_value tree starting at FIRST_WV and update
1792 the char * pointers from the corresponding lisp values. 1792 the char * pointers from the corresponding lisp values.
1793 We do this after building the whole tree, since GC may happen while the 1793 We do this after building the whole tree, since GC may happen while the
1794 tree is constructed, and small strings are relocated. So we must wait 1794 tree is constructed, and small strings are relocated. So we must wait