summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-02-06 11:15:20 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2012-02-07 11:55:11 +0100
commit1fd956fde806a7bf1a75eba5bc7a4fdec1e5c691 (patch)
tree75324c191ac288b3eaf753610defdd0597ea7218 /Documentation
parentb07b5f86891ee4500b4c8b36de010f81637aa629 (diff)
downloadbarebox-1fd956fde806a7bf1a75eba5bc7a4fdec1e5c691.tar.gz
barebox-1fd956fde806a7bf1a75eba5bc7a4fdec1e5c691.tar.xz
DOC: Grammar and typo fixes in first_steps.dox.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/first_steps.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/first_steps.dox b/Documentation/first_steps.dox
index edc612fb89..17fdf3748c 100644
--- a/Documentation/first_steps.dox
+++ b/Documentation/first_steps.dox
@@ -3,12 +3,12 @@
<i>This section demonstrates the first steps with the 'sandbox'
platform. </i>
-@a barebox usually needs an environment for storing it's configuration.
-You can generate an environment using the example-environment contained
-in arch/sanbox/board/env:
+@a barebox usually needs an environment for storing its configuration.
+You can generate an environment using the example environment contained
+in arch/sandbox/board/env:
@code
-# ./scripts/bareboxenv -s -p 0x10000 arch/sanbox/board/env/ env.bin
+# ./scripts/bareboxenv -s -p 0x10000 arch/sandbox/board/env/ env.bin
@endcode
To get some files to play with you can generate a cramfs image: