summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-05-13 20:19:58 +0200
committerBram Moolenaar <Bram@vim.org>2014-05-13 20:19:58 +0200
commit24dc230871258018d2a6a616039283cb7f17684d (patch)
tree5acb22525821718c72be1a2ef24a1af874954a19 /src/structs.h
parentcaca646bf0f5e55fe32604e90b87b02034e2812b (diff)
downloadvim-git-24dc230871258018d2a6a616039283cb7f17684d.tar.gz
updated for version 7.4.295v7.4.295
Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 9bb35ceec..16a20716a 100644
--- 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