summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/mount.c b/commands/mount.c
index db47be724c..dd04bdeeb7 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -83,7 +83,7 @@ U_BOOT_CMD_END
* Usage: mount [<device> <fstype> <mountpoint>]
*
* Mounts a filesystem of a given <fstype> on a <device> to a <mountpoint>.
- * <device> can be one of /dev/* or some arbitrary string if no
+ * <device> can be one of /dev/ * or some arbitrary string if no
* device is needed for this driver (for example ramfs).
*
* <fstype> is the filesystem driver to use. Try the 'devinfo' command
@@ -93,7 +93,7 @@ U_BOOT_CMD_END
* root directory.
*/
-/** @page how_mount_works How mount works in UBoot
+/** @page how_mount_works How mount works in U-Boot
*
* Mounting a filesystem ontop of a device is working like devices and drivers
* are finding together.