Skip to content

Commit 17a0445

Browse files
rddunlapjankara
authored andcommitted
ext2: ext2.h: fix duplicated word + typos
Change the repeated word "the" in "it the the" to "it is the". Fix typo "recentl" to "recently". Fix verb "give" to "gives". Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Cc: Jan Kara <[email protected]> Cc: [email protected] Signed-off-by: Jan Kara <[email protected]>
1 parent 248727a commit 17a0445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/ext2/ext2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ struct ext2_block_alloc_info {
5252
/*
5353
* Was i_next_alloc_goal in ext2_inode_info
5454
* is the *physical* companion to i_next_alloc_block.
55-
* it the the physical block number of the block which was most-recentl
56-
* allocated to this file. This give us the goal (target) for the next
55+
* it is the physical block number of the block which was most-recently
56+
* allocated to this file. This gives us the goal (target) for the next
5757
* allocation when we detect linearly ascending requests.
5858
*/
5959
ext2_fsblk_t last_alloc_physical_block;

0 commit comments

Comments
 (0)