summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 14:57:05 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 14:57:05 +0200
commit15a794bd70700fffe802af032d3ea50a00d76dc1 (patch)
tree26e8a279bf7cda5d2dd42fa4f525b509d4e002db /common
parentafe73cff56de417ce21096476928f53a7515ddec (diff)
parent9f252faa9f5c38b365c3a7f3553e55ecf47fae37 (diff)
downloadbarebox-15a794bd70700fffe802af032d3ea50a00d76dc1.tar.gz
barebox-15a794bd70700fffe802af032d3ea50a00d76dc1.tar.xz
Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2
Diffstat (limited to 'common')
-rw-r--r--common/partition.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/partition.c b/common/partition.c
index 69b269e34f..bdf3727b69 100644
--- a/common/partition.c
+++ b/common/partition.c
@@ -154,7 +154,7 @@ device_initcall(partition_init);
@page partitions Partition Handling
Partitions are runtime informartion only, not permanent. So they must be set
-everytime the system started. The required command can be embedded into the
+everytime the system starts. The required command can be embedded into the
default environment.
@note Partitions defined in this way are intended to be used with the kernel
@@ -226,7 +226,7 @@ $ devinfo
`---nor0.friesel.boerks
@endcode
-@par Partitions forwarding to the kernel:
+@par Forwarding partitions to the kernel:
@code
$ device="nor0"
@@ -242,7 +242,7 @@ same device. Only all partitions on the given device can be removed with this
command.
As sub partitions occure as devices you also can remove sub partitions from
-their parent in this way. If the parent itself will be removed all its sub
-partitions will also removed.
+their parent in this way. Partitions cannot be removed as long as they are
+mounted or have subpartitions.
-*/ \ No newline at end of file
+*/