updated for version 7.1b
diff --git a/src/memline.c b/src/memline.c
index 5015f49..55d0a32 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -152,7 +152,7 @@
  *
  * 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.
  */