fixed spelling errors in DFS
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2212 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
4b0e272644
commit
9d4072ce59
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* File : dfs_fs.c
|
* File : dfs_fs.c
|
||||||
* This file is part of Device File System in RT-Thread RTOS
|
* This file is part of Device File System in RT-Thread RTOS
|
||||||
* COPYRIGHT (C) 2004-2011, RT-Thread Development Team
|
* COPYRIGHT (C) 2004-2012, RT-Thread Development Team
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
* found in the file LICENSE in this distribution or at
|
* found in the file LICENSE in this distribution or at
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
*
|
*
|
||||||
* @param ops the file system instance to be registered.
|
* @param ops the file system instance to be registered.
|
||||||
*
|
*
|
||||||
* @return 0 on sucessful, -1 on failed.
|
* @return 0 on successful, -1 on failed.
|
||||||
*/
|
*/
|
||||||
int dfs_register(const struct dfs_filesystem_operation *ops)
|
int dfs_register(const struct dfs_filesystem_operation *ops)
|
||||||
{
|
{
|
||||||
|
@ -339,7 +339,7 @@ err1:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this function will umount a file system on specified path.
|
* this function will unmount a file system on specified path.
|
||||||
*
|
*
|
||||||
* @param specialfile the specified path which mounted a file system.
|
* @param specialfile the specified path which mounted a file system.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue