summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorsascha <sascha@nomad.localdomain>2007-10-19 13:58:30 +0200
committersascha <sascha@nomad.localdomain>2007-10-19 13:58:30 +0200
commit9f252faa9f5c38b365c3a7f3553e55ecf47fae37 (patch)
tree5cbeafbf0a46e36788655b3268a90c5c66f1ebfa /common
parent18690c9c23d424f5a28d24f4369533745c4ddbb3 (diff)
downloadbarebox-9f252faa9f5c38b365c3a7f3553e55ecf47fae37.tar.gz
barebox-9f252faa9f5c38b365c3a7f3553e55ecf47fae37.tar.xz
fix some typos
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
+*/