From: Eli Zaretskii Date: Sun, 14 Oct 2001 08:42:52 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: ttn-vms-21-2-B4~19458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79c2a4fc6894ce20dcaf10457fa264fbc668e15f;p=emacs.git Fix a typo in a comment. --- diff --git a/src/indent.c b/src/indent.c index f2d5eb03675..c843ba27536 100644 --- a/src/indent.c +++ b/src/indent.c @@ -41,11 +41,11 @@ int indent_tabs_mode; #define CR 015 -/* These three values memoize the current column to avoid recalculation. */ +/* These three values memorize the current column to avoid recalculation. */ /* Last value returned by current_column. Some things in set last_known_column_point to -1 - to mark the memoized value as invalid. */ + to mark the memorized value as invalid. */ int last_known_column;