summaryrefslogtreecommitdiffstats
path: root/nuttx/include/sys
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-05-29 00:31:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-05-29 00:31:17 +0000
commit24e130ccf6b1619ab36dddd2d9d5640d8d34a5b6 (patch)
tree39b1938584d32944b1032c47d8003cdf99664769 /nuttx/include/sys
parent491d2502dcbf0563f8211524429025b71e01d9dd (diff)
Added statfs()
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@261 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include/sys')
-rw-r--r--nuttx/include/sys/statfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sys/statfs.h b/nuttx/include/sys/statfs.h
index 7baf4be6fd..c677e7f1a0 100644
--- a/nuttx/include/sys/statfs.h
+++ b/nuttx/include/sys/statfs.h
@@ -102,7 +102,7 @@ struct statfs
{
uint32 f_type; /* Type of filesystem (see definitions above) */
size_t f_bsize; /* Optimal block size for transfers */
- size_t f_blocks; /* Totat data blocks in the file system of this size */
+ size_t f_blocks; /* Total data blocks in the file system of this size */
size_t f_bfree; /* Free blocks in the file system */
size_t f_bavail; /* Free blocks avail to non-superuser */
size_t f_files; /* Total file nodes in the file system */