summaryrefslogtreecommitdiffstats
path: root/commands/mount.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:20:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-24 13:20:27 +0200
commita26a5ef28f152fe658c16174cc6459c6d77d9692 (patch)
tree6f7b4d361ce25818e4a6ed259e3a970364fb42b6 /commands/mount.c
parenta3defd2f5774dcf392c58d4968eaded2d5bb6e01 (diff)
downloadbarebox-a26a5ef28f152fe658c16174cc6459c6d77d9692.tar.gz
barebox-a26a5ef28f152fe658c16174cc6459c6d77d9692.tar.xz
Replace all occurences of UBoot with U-Boot
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mount.c')
-rw-r--r--commands/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mount.c b/commands/mount.c
index db47be724c..22794f0d7e 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -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.