From 9d53578c5481eb8a50c3280e0fad292dbb84e532 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Mon, 18 Jun 2012 07:54:24 +0000 Subject: [PATCH] Fixed comments of file description. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2172 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/include/drivers/mtd_nand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/drivers/include/drivers/mtd_nand.h b/components/drivers/include/drivers/mtd_nand.h index c9f62d3d34..320bede8fb 100644 --- a/components/drivers/include/drivers/mtd_nand.h +++ b/components/drivers/include/drivers/mtd_nand.h @@ -1,5 +1,5 @@ /* - * File : mtd.h + * File : mtd_nand.h * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team * @@ -100,4 +100,5 @@ rt_inline rt_err_t rt_mtd_nand_mark_badblock(struct rt_mtd_nand_device* device, { return device->ops->mark_badblock(device, block); } + #endif /* MTD_NAND_H_ */