summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:02:27 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:02:27 +0000
commit035db9f0e1255696c510030ffeb8c3632d4e5180 (patch)
tree5d9ed76cd7ff1a03d40403a69c71bdf02580f27e /src/undo.c
parent7aa9f6a03ac2cd935d55b1fd1c9f81bb855711c4 (diff)
downloadvim-git-035db9f0e1255696c510030ffeb8c3632d4e5180.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
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)