From 1fd956fde806a7bf1a75eba5bc7a4fdec1e5c691 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 6 Feb 2012 11:15:20 -0500 Subject: [PATCH] DOC: Grammar and typo fixes in first_steps.dox. Signed-off-by: Robert P. J. Day Signed-off-by: Sascha Hauer --- Documentation/first_steps.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/first_steps.dox b/Documentation/first_steps.dox index edc612fb8..17fdf3748 100644 --- a/Documentation/first_steps.dox +++ b/Documentation/first_steps.dox @@ -3,12 +3,12 @@ This section demonstrates the first steps with the 'sandbox' platform. -@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: