summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:32:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:32:52 +0000
commit335437bb249a46c51109251ff50f1b9aa8828fc4 (patch)
tree7abe7d29b30035f0f04977ff4e70562a9bef2f9a /src/structs.h
parent79166c430b3bb0e15f1b96933636897b5a02a816 (diff)
downloadvim-git-335437bb249a46c51109251ff50f1b9aa8828fc4.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/structs.h b/src/structs.h
index 64bbb96bc..d531f4e35 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -265,7 +265,7 @@ typedef struct
} visualinfo_T;
/*
- * stuctures used for undo
+ * structures used for undo
*/
typedef struct u_entry u_entry_T;
@@ -307,7 +307,7 @@ struct u_header
#define UH_EMPTYBUF 0x02 /* buffer was empty */
/*
- * stuctures used in undo.c
+ * structures used in undo.c
*/
#if SIZEOF_INT > 2
# define ALIGN_LONG /* longword alignment and use filler byte */
@@ -1946,7 +1946,7 @@ struct window_S
* entry 2: newest
*/
taggy_T w_tagstack[TAGSTACKSIZE]; /* the tag stack */
- int w_tagstackidx; /* idx just below activ entry */
+ int w_tagstackidx; /* idx just below active entry */
int w_tagstacklen; /* number of tags on stack */
/*