Modify typing error in procfs
authorAhreum Jeong <ahreum.jeong@samsung.com>
Thu, 13 Apr 2017 05:13:51 +0000 (14:13 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Thu, 13 Apr 2017 05:13:51 +0000 (14:13 +0900)
os/fs/procfs/fs_procfs.c

index cd09c4e..c31c4d0 100644 (file)
@@ -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