summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-06 02:55:10 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-07 09:55:28 +0200
commit3d0eeb7ef2c853de9ec0c7267bfbc4f049592ea2 (patch)
tree4f9e74b82261f81d7233f528b25aa92c3462b0b5 /README
parent7e88b6c7f190e14db9b42987f6172b9cf245a075 (diff)
downloadbarebox-3d0eeb7ef2c853de9ec0c7267bfbc4f049592ea2.tar.gz
barebox-3d0eeb7ef2c853de9ec0c7267bfbc4f049592ea2.tar.xz
README: fix some typos
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5662a1cbee..c875b7d3ca 100644
--- a/README
+++ b/README
@@ -56,7 +56,7 @@ Features
'eth0.ip=192.168.0.7' or 'echo $eth0.ip'
- initcalls
- hooks in the startup process can be archieved with *_initcall() directives
+ hooks in the startup process can be achieved with *_initcall() directives
in each file.
- getopt
@@ -95,7 +95,7 @@ This command starts a menu box and lets you select all the different
options available for your architecture. Once the configuration was
finished (you can simulate this by using the standard demo config file
with 'make sandbox_defconfig'), there is a .config file in the toplevel
-directory of the sourcode.
+directory of the source code.
Once barebox is configured, we can start the compilation
@@ -106,7 +106,7 @@ If everything goes well, the result is a file called barebox:
# ls -l barebox
-rwxr-xr-x 1 rsc ptx 114073 Jun 26 22:34 barebox
-Barebox usually needs an environment for storing the configuation data.
+Barebox usually needs an environment for storing the configuration data.
You can generate an environment using the example environment contained
in board/sandbox/env: