Skip to content

Commit 0f28083

Browse files
authored
Merge pull request #44 from HotMercury/master
Fix typo
2 parents b5d47c8 + 4cd7983 commit 0f28083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ extern const struct address_space_operations simplefs_aops;
123123
extern uint32_t simplefs_ext_search(struct simplefs_file_ei_block *index,
124124
uint32_t iblock);
125125

126-
/* Getters for superbock and inode */
126+
/* Getters for superblock and inode */
127127
#define SIMPLEFS_SB(sb) (sb->s_fs_info)
128128
#define SIMPLEFS_INODE(inode) \
129129
(container_of(inode, struct simplefs_inode_info, vfs_inode))

0 commit comments

Comments
 (0)