diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:30:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:30:25 +0000 |
commit | bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d (patch) | |
tree | 2023dff3ccdb8d66098c5bc91cf1df4a56743e00 /src/memline.c | |
parent | 45667517ba105c3cfc8765a6f2415bc32d72945c (diff) | |
download | vim-git-bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d.tar.gz |
updated for version 7.1bv7.1b
Diffstat (limited to 'src/memline.c')
-rw-r--r-- | src/memline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memline.c b/src/memline.c index 5015f4926..55d0a3273 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. */ |