]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment string.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 30 Aug 2004 20:31:09 +0000 (20:31 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 30 Aug 2004 20:31:09 +0000 (20:31 +0000)
src/xmenu.c

index 229f9c37de71ef41ca274b2674498caa5a779db0..7f6e7c398a9619173c4f6816ba8b65da524df1ae 100644 (file)
@@ -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