Mercurial > emacs
changeset 56848:7201186afcb7
Fix typo in comment string.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 30 Aug 2004 20:31:09 +0000 |
parents | 6079dd23b546 |
children | 49d188f9179f |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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