From: Mohammed Anees Date: Tue, 17 Sep 2024 18:51:56 +0000 (+0000) Subject: ocfs2: fix typo in comment X-Git-Tag: v6.13-rc1~89^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c50b3b8cfefbe306f2b348eec0663b458d70221;p=thirdparty%2Fkernel%2Flinux.git ocfs2: fix typo in comment Fix "Allcate" -> "Allocate" Link: https://lkml.kernel.org/r/20240917185156.10580-1-pvmohammedanees2003@gmail.com Signed-off-by: Mohammed Anees Acked-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Changwei Ge Cc: Jun Piao Signed-off-by: Andrew Morton --- diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index ea9127ba32084..395e239206322 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c @@ -4767,7 +4767,7 @@ bail: } /* - * Allcate and add clusters into the extent b-tree. + * Allocate and add clusters into the extent b-tree. * The new clusters(clusters_to_add) will be inserted at logical_offset. * The extent b-tree's root is specified by et, and * it is not limited to the file storage. Any extent tree can use this