Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: fix spelling errors in comments

'functoin' and 'entres' should be 'function' and 'entries' respectively

Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
Link: https://lore.kernel.org/r/20220402090744.8918-1-yikming2222@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Chin Yik Ming and committed by
Theodore Ts'o
fac88735 c30365b9

+2 -2
+2 -2
fs/ext4/dir.c
··· 412 412 }; 413 413 414 414 /* 415 - * This functoin implements a non-recursive way of freeing all of the 415 + * This function implements a non-recursive way of freeing all of the 416 416 * nodes in the red-black tree. 417 417 */ 418 418 static void free_rb_tree_fname(struct rb_root *root) ··· 515 515 516 516 /* 517 517 * This is a helper function for ext4_dx_readdir. It calls filldir 518 - * for all entres on the fname linked list. (Normally there is only 518 + * for all entries on the fname linked list. (Normally there is only 519 519 * one entry on the linked list, unless there are 62 bit hash collisions.) 520 520 */ 521 521 static int call_filldir(struct file *file, struct dir_context *ctx,