]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2001 08:46:54 +0000 (08:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2001 08:46:54 +0000 (08:46 +0000)
src/indent.c

index 2d0ea9fcae96ad3632baf4669b8d331fbd2dbc89..80fc4a6739d6a73e6cfa2bc883a8a0dba983e5d2 100644 (file)
@@ -44,11 +44,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;