From ecd23535551d0cd8ae265d75eadc43e88c580fc0 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Fri, 16 Nov 2012 04:54:19 +0000 Subject: manual: minor tweaks Minor grammatical and spelling tweaks to the manual content. Signed-off-by: Simon Dawson Acked-by: "Yann E. MORIN" Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- docs/manual/embedded-basics.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/manual/embedded-basics.txt') diff --git a/docs/manual/embedded-basics.txt b/docs/manual/embedded-basics.txt index 27dda37a0..d1ee88c0c 100644 --- a/docs/manual/embedded-basics.txt +++ b/docs/manual/embedded-basics.txt @@ -4,7 +4,7 @@ Embedded system basics ---------------------- When developing an embedded system, there are a number of choices to -do: +address: * the cross-toolchain: target architecture/C library/... * the bootloader @@ -14,14 +14,14 @@ do: * the package selection (busybox vs. "real" programs, ...) * ... -Some of them may be influenced by the target hardware. +Some of these may be influenced by the target hardware. -Some of them may also add some constraints when you will develop the -final application for what your target is designed (e.g. some -functions may be provided by soem C libraries and missing in some -others, ...). So, these choices should be carefully done. +Some of the choices may also add some constraints when you develop the +final application for which your target is designed (e.g. some +functions may be provided by some C libraries and missing in some +others, ...). So, these choices should be carefully made. -Buildroot allows to set most of these options to fit your needs. +Buildroot allows you to set most of these options to fit your needs. Moreover, Buildroot provides an infrastructure for reproducing the build process of your kernel, cross-toolchain, and embedded root -- cgit v1.2.3