From: Karl Heuer Date: Thu, 3 Apr 1997 21:36:09 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-20.1~2655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c34fe36c492b92008a7146377a6fe27b6202057;p=emacs.git Fix comment typo. --- diff --git a/src/term.c b/src/term.c index 2d8123fda97..322ac9d6174 100644 --- a/src/term.c +++ b/src/term.c @@ -198,7 +198,7 @@ void (*judge_scroll_bars_hook)( /* FRAME_PTR *FRAME */ ); /* Strings, numbers and flags taken from the termcap entry. */ -char *TS_end_italic_mode; /* termcal "ae" */ +char *TS_end_italic_mode; /* termcap "ae" */ char *TS_ins_line; /* "al" */ char *TS_italic_mode; /* "as" */ char *TS_ins_multi_lines; /* "AL" (one parameter, # lines to insert) */