diff options
| -rw-r--r-- | src/indent.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; | |||
| 41 | 41 | ||
| 42 | #define CR 015 | 42 | #define CR 015 |
| 43 | 43 | ||
| 44 | /* These three values memoize the current column to avoid recalculation. */ | 44 | /* These three values memorize the current column to avoid recalculation. */ |
| 45 | 45 | ||
| 46 | /* Last value returned by current_column. | 46 | /* Last value returned by current_column. |
| 47 | Some things in set last_known_column_point to -1 | 47 | Some things in set last_known_column_point to -1 |
| 48 | to mark the memoized value as invalid. */ | 48 | to mark the memorized value as invalid. */ |
| 49 | 49 | ||
| 50 | int last_known_column; | 50 | int last_known_column; |
| 51 | 51 | ||