Skip to content

Commit

Permalink
Merge pull request #36 from Samsung/common_typo
Browse files Browse the repository at this point in the history
Modify typing error in procfs
  • Loading branch information
sunghan-chang committed Apr 13, 2017
2 parents feb76c2 + 28a248f commit c1f8e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/fs/procfs/fs_procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static const struct procfs_entry_s g_procfsentries[] = {
{"mtd", &mtd_procfsoperations},
#endif

#if defined(CONFIG_MTD_PARTITION) && !defined(CONFIG_FS_PROCFS_EXCLUDE_PARTITON)
#if defined(CONFIG_MTD_PARTITION) && !defined(CONFIG_FS_PROCFS_EXCLUDE_PARTITIONS)
{"partitions", &part_procfsoperations},
#endif

Expand Down

0 comments on commit c1f8e65

Please sign in to comment.