# HG changeset patch # User Jan Dj¸«£rv # Date 1093897869 0 # Node ID 7201186afcb7e1f34619dbb3d42e4833fa856ac8 # Parent 6079dd23b546325651b7aaa79e14cbc8ea3ee5f2 Fix typo in comment string. diff -r 6079dd23b546 -r 7201186afcb7 src/xmenu.c --- a/src/xmenu.c Mon Aug 30 20:14:21 2004 +0000 +++ b/src/xmenu.c Mon Aug 30 20:31:09 2004 +0000 @@ -1788,7 +1788,7 @@ return first_wv; } -/* Walk through thw widget_value tree starting at FIRST_WV and update +/* Walk through the widget_value tree starting at FIRST_WV and update the char * pointers from the corresponding lisp values. We do this after building the whole tree, since GC may happen while the tree is constructed, and small strings are relocated. So we must wait