linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: Fix typo
@ 2022-04-02  9:07 Chin Yik Ming
  2022-05-11 14:57 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Chin Yik Ming @ 2022-04-02  9:07 UTC (permalink / raw)
  To: tytso, adilger.kernel; +Cc: linux-ext4, linux-kernel, Chin Yik Ming

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

Signed-off-by: Chin Yik Ming <yikming2222@gmail.com>
---
 fs/ext4/dir.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c
index a6bb86f52..52ebc40c8 100644
--- a/fs/ext4/dir.c
+++ b/fs/ext4/dir.c
@@ -412,7 +412,7 @@ struct fname {
 };
 
 /*
- * This functoin implements a non-recursive way of freeing all of the
+ * This function implements a non-recursive way of freeing all of the
  * nodes in the red-black tree.
  */
 static void free_rb_tree_fname(struct rb_root *root)
@@ -515,7 +515,7 @@ int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
 
 /*
  * This is a helper function for ext4_dx_readdir.  It calls filldir
- * for all entres on the fname linked list.  (Normally there is only
+ * for all entries on the fname linked list.  (Normally there is only
  * one entry on the linked list, unless there are 62 bit hash collisions.)
  */
 static int call_filldir(struct file *file, struct dir_context *ctx,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4: Fix typo
  2022-04-02  9:07 [PATCH] ext4: Fix typo Chin Yik Ming
@ 2022-05-11 14:57 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-05-11 14:57 UTC (permalink / raw)
  To: Chin Yik Ming, adilger.kernel; +Cc: Theodore Ts'o, linux-ext4, linux-kernel

On Sat, 2 Apr 2022 02:07:44 -0700, Chin Yik Ming wrote:
> 'functoin' and 'entres' should be 'function' and 'entries' respectively
> 
> 

Applied, thanks!

[1/1] ext4: Fix typo
      commit: 5475b2de3333be6f7a6c04f461c9f64446e5e7cd

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-11 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02  9:07 [PATCH] ext4: Fix typo Chin Yik Ming
2022-05-11 14:57 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).