summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-23 16:51:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-23 16:51:02 -0600
commit53d0b50e5373c072d2bf4c4b4e03f4d9bc9dda47 (patch)
tree4b2f671dff47a034bd4f6e099a823ed880a43fbb
parentc2a48c134b91094d8a196495a1d4c5a3513ddeed (diff)
downloadnuttx-53d0b50e5373c072d2bf4c4b4e03f4d9bc9dda47.tar.gz
nuttx-53d0b50e5373c072d2bf4c4b4e03f4d9bc9dda47.tar.bz2
nuttx-53d0b50e5373c072d2bf4c4b4e03f4d9bc9dda47.zip
Fix typo in confiditional compilation. From Alan Carvalho de Assis
-rw-r--r--nuttx/include/nuttx/fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/fs/fs.h b/nuttx/include/nuttx/fs/fs.h
index a0c065ba1..68d3a3725 100644
--- a/nuttx/include/nuttx/fs/fs.h
+++ b/nuttx/include/nuttx/fs/fs.h
@@ -100,7 +100,7 @@ struct file_operations
/* This structure provides information about the state of a block driver */
-#ifndef CONFIG_DISABLE_MOUNTPOUNT
+#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
bool geo_available; /* true: The device is vailable */