]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ocfs2: fix typo in comment
authorMohammed Anees <pvmohammedanees2003@gmail.com>
Tue, 17 Sep 2024 18:51:56 +0000 (18:51 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 6 Nov 2024 01:12:27 +0000 (17:12 -0800)
Fix "Allcate" -> "Allocate"

Link: https://lkml.kernel.org/r/20240917185156.10580-1-pvmohammedanees2003@gmail.com
Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/alloc.c

index ea9127ba3208447eb4e08f2abf069cf72b9ea72a..395e2392063226f0e9c096e559074eb92c13b2aa 100644 (file)
@@ -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