0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 19:30:25 +00:00
parent 45667517ba
commit bae0c16cc4
10 changed files with 36 additions and 24 deletions

View File

@@ -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.
*/