summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 19:30:25 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 19:30:25 +0000
commitbae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d (patch)
tree2023dff3ccdb8d66098c5bc91cf1df4a56743e00 /src/memline.c
parent45667517ba105c3cfc8765a6f2415bc32d72945c (diff)
updated for version 7.1bv7.1b
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memline.c b/src/memline.c
index 5015f4926e..55d0a32736 100644
--- 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.
*/