diff mbox series

ocfs2: Fix typo in comment

Message ID 20240917185156.10580-1-pvmohammedanees2003@gmail.com (mailing list archive)
State New
Headers show
Series ocfs2: Fix typo in comment | expand

Commit Message

Mohammed Anees Sept. 17, 2024, 6:51 p.m. UTC
Fix "Allcate" -> "Allocate"

Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>
---
 fs/ocfs2/alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joseph Qi Sept. 18, 2024, 1:57 a.m. UTC | #1
On 9/18/24 2:51 AM, Mohammed Anees wrote:
> Fix "Allcate" -> "Allocate"
> 
> Signed-off-by: Mohammed Anees <pvmohammedanees2003@gmail.com>

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/alloc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
> index ea9127ba3..395e23920 100644
> --- a/fs/ocfs2/alloc.c
> +++ b/fs/ocfs2/alloc.c
> @@ -4767,7 +4767,7 @@ int ocfs2_insert_extent(handle_t *handle,
>  }
>  
>  /*
> - * 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
diff mbox series

Patch

diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index ea9127ba3..395e23920 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -4767,7 +4767,7 @@  int ocfs2_insert_extent(handle_t *handle,
 }
 
 /*
- * 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