From: Jan Djärv Date: Mon, 30 Aug 2004 20:31:09 +0000 (+0000) Subject: Fix typo in comment string. X-Git-Tag: ttn-vms-21-2-B4~5135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5560d460b36bdddb2c0f2f230606dd07c67a37e8;p=emacs.git Fix typo in comment string. --- 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) 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