diff src/structs.h @ 5905:662ae48e7e24 v7.4.295

updated for version 7.4.295 Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 20:19:58 +0200
parents e25a04c1c515
children 66eead134d68
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -572,7 +572,7 @@ struct memfile
     unsigned	mf_page_size;		/* number of bytes in a page */
     int		mf_dirty;		/* TRUE if there are dirty blocks */
 #ifdef FEAT_CRYPT
-    buf_T	*mf_buffer;		/* bufer this memfile is for */
+    buf_T	*mf_buffer;		/* buffer this memfile is for */
     char_u	mf_seed[MF_SEED_LEN];	/* seed for encryption */
 
     /* Values for key, method and seed used for reading data blocks when