We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248727a commit 17a0445Copy full SHA for 17a0445
fs/ext2/ext2.h
@@ -52,8 +52,8 @@ struct ext2_block_alloc_info {
52
/*
53
* Was i_next_alloc_goal in ext2_inode_info
54
* 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
+ * it is the physical block number of the block which was most-recently
+ * allocated to this file. This gives us the goal (target) for the next
57
* allocation when we detect linearly ascending requests.
58
*/
59
ext2_fsblk_t last_alloc_physical_block;
0 commit comments