Skip to content

Commit

Permalink
fixup! src/vfs/tar/tar.c: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aborodin committed Jan 3, 2025
1 parent 7d8ea93 commit 7d9001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vfs/tar/tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d9001f

Please sign in to comment.