diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index 7167cabcc..c3801a480 100644 --- a/src/undo.c +++ b/src/undo.c @@ -1969,7 +1969,7 @@ u_free_line(ptr, keep) } /* - * If the block only containes free memory now, release it. + * If the block only contains free memory now, release it. */ if (!keep && curbuf->b_mb_current->mb_size == curbuf->b_mb_current->mb_info.m_next->m_size) |