comparison src/crypt.c @ 18498:9e6d5a4abb1c v8.1.2243

patch 8.1.2243: typos in comments Commit: https://github.com/vim/vim/commit/32aa10203bd0b4b270def03311a4599f9ffdecc4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 2 22:54:41 2019 +0100 patch 8.1.2243: typos in comments Problem: Typos in comments. Solution: Fix the typos. (Dominique Pelle, closes https://github.com/vim/vim/issues/5160) Also adjust formatting a bit.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 23:00:06 +0100
parents ce04ebdf26b8
children c469e1930456
comparison
equal deleted inserted replaced
18497:14e9f08eec14 18498:9e6d5a4abb1c
204 { 204 {
205 return cryptmethods[method_nr].whole_undofile; 205 return cryptmethods[method_nr].whole_undofile;
206 } 206 }
207 207
208 /* 208 /*
209 * Get crypt method specifc length of the file header in bytes. 209 * Get crypt method specific length of the file header in bytes.
210 */ 210 */
211 int 211 int
212 crypt_get_header_len(int method_nr) 212 crypt_get_header_len(int method_nr)
213 { 213 {
214 return CRYPT_MAGIC_LEN 214 return CRYPT_MAGIC_LEN