summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_ddcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh_ddcmd.c')
-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