summaryrefslogtreecommitdiffstats
path: root/src/crypt.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-21 00:00:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-21 00:00:13 +0200
commitad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (patch)
tree6cc66e85aa0b54ce4ee2e9fcd47987963f022c57 /src/crypt.c
parent037c54f261818439755d56e318da068f97997fb5 (diff)
patch 8.1.1194: typos and small problems in source filesv8.1.1194
Problem: Typos and small problems in source files. Solution: Small fixes.
Diffstat (limited to 'src/crypt.c')
-rw-r--r--src/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt.c b/src/crypt.c
index e9c52aa143..085f8bb813 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -42,7 +42,7 @@ typedef struct {
/* Optional function pointer for a self-test. */
int (* self_test_fn)();
- // Function pointer for initializing encryption/description.
+ // Function pointer for initializing encryption/decryption.
void (* init_fn)(cryptstate_T *state, char_u *key,
char_u *salt, int salt_len, char_u *seed, int seed_len);