diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
commit | 908ff139f9bd05145357e042fa6479d86bfba5ea (patch) | |
tree | 0400291d2e1409d02d5f501ccd50c0bbdc5c73b5 /lwlib/lwlib-Xol.c | |
parent | 46c63acf938a1884cb82e589c756088300ab49a8 (diff) | |
download | emacs-908ff139f9bd05145357e042fa6479d86bfba5ea.tar.gz |
Comment fixes.
Diffstat (limited to 'lwlib/lwlib-Xol.c')
-rw-r--r-- | lwlib/lwlib-Xol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lwlib/lwlib-Xol.c b/lwlib/lwlib-Xol.c index e78751236f6..d34e70e1324 100644 --- a/lwlib/lwlib-Xol.c +++ b/lwlib/lwlib-Xol.c @@ -225,14 +225,14 @@ update_one_menu_entry (widget_instance* instance, Widget widget, { if (contents) { - /* in OLIT this woudl have to be a structural change on the + /* in OLIT this would have to be a structural change on the button. */ abort (); } } else if (!contents) { - /* in OLIT this woudl have to be a structural change on the button. */ + /* in OLIT this would have to be a structural change on the button. */ abort (); } else if (contents->change != NO_CHANGE) |