From 7d9001fee176c35f1100f5c12b6c259c715a4abf Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 3 Jan 2025 10:43:36 +0300 Subject: [PATCH] fixup! src/vfs/tar/tar.c: fix typo. --- src/vfs/tar/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vfs/tar/tar.c b/src/vfs/tar/tar.c index 780ab8c3f7..b36910ebad 100644 --- a/src/vfs/tar/tar.c +++ b/src/vfs/tar/tar.c @@ -1089,7 +1089,7 @@ tar_super_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *par * @param sparse_map map of the sparse file * @param offset offset in the sparse file * - * @return an index of ahole or a data chunk + * @return an index of a hole or a data chunk * positive: pointer to the data chunk; * negative: pointer to the hole before data chunk; * zero: pointer to the hole after last data chunk