forked from aniani/vim
patch 8.1.1194: typos and small problems in source files
Problem: Typos and small problems in source files. Solution: Small fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user