summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-06 11:34:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-06 11:34:29 -0600
commitc53a8387bcfab4ccbded7847e579a32bc3dba9c6 (patch)
tree6d21896cc2ffd26938aa4506164deb5b2f59017d /apps
parent746cb63ed681f7ac2e3f652bf0055c8430f4eaef (diff)
downloadnuttx-c53a8387bcfab4ccbded7847e579a32bc3dba9c6.tar.gz
nuttx-c53a8387bcfab4ccbded7847e579a32bc3dba9c6.tar.bz2
nuttx-c53a8387bcfab4ccbded7847e579a32bc3dba9c6.zip
SAMA5 NAND: bugfixes
Diffstat (limited to 'apps')
-rw-r--r--apps/nshlib/nsh_ddcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/nsh_ddcmd.c b/apps/nshlib/nsh_ddcmd.c
index 83e5441b7..5db3e42c3 100644
--- a/apps/nshlib/nsh_ddcmd.c
+++ b/apps/nshlib/nsh_ddcmd.c
@@ -109,7 +109,7 @@ struct dd_s
#ifndef CONFIG_DISABLE_MOUNTPOINT
union
{
- FAR void *handle; /* BCH lib handle for block device*/
+ FAR void *handle; /* BCH lib handle for block device */
int fd; /* File descriptor of the character device */
} inf;
#else
@@ -119,7 +119,7 @@ struct dd_s
#ifndef CONFIG_DISABLE_MOUNTPOINT
union
{
- FAR void *handle; /* BCH lib handle for block device*/
+ FAR void *handle; /* BCH lib handle for block device */
int fd; /* File descriptor of the character device */
} outf;
#else