Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-stoakes committed May 9, 2016
1 parent 8ebc252 commit a97619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct shmem_inode_info {

1. `lock` - Spinlock protecting the inode information from concurrent accesses.

2. `next_index` - Index of hte last page being used in the file. This will be
2. `next_index` - Index of the last page being used in the file. This will be
different from `inode->i_size` when a file is being truncated.

3. `i_direct` - direct block containing the first
Expand Down

0 comments on commit a97619f

Please sign in to comment.