diff src/memline.c @ 1228:5eb1ac6f92ad v7.1b

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 19:30:25 +0000
parents cd26a75826d3
children 18ee39301b82
line wrap: on
line diff
--- a/src/memline.c
+++ b/src/memline.c
@@ -152,7 +152,7 @@ struct data_block
  *
  * If size of block0 changes anyway, adjust MIN_SWAP_PAGE_SIZE in vim.h!!
  *
- * This block is built up of single bytes, to make it portable accros
+ * This block is built up of single bytes, to make it portable across
  * different machines. b0_magic_* is used to check the byte order and size of
  * variables, because the rest of the swap file is not portable.
  */