diff options
| author | Jan Djärv | 2004-08-30 20:31:09 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-08-30 20:31:09 +0000 |
| commit | 5560d460b36bdddb2c0f2f230606dd07c67a37e8 (patch) | |
| tree | a78be48a475b9a858d0b99adb60d3c122c9196cb /src | |
| parent | ec867797797c80ba00a29af18fb9c38f137a0a6b (diff) | |
| download | emacs-5560d460b36bdddb2c0f2f230606dd07c67a37e8.tar.gz emacs-5560d460b36bdddb2c0f2f230606dd07c67a37e8.zip | |
Fix typo in comment string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 2 |
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 |