summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo.ribalda@gmail.com>2015-05-12 16:20:28 +0200
committerTom Rini <trini@konsulko.com>2015-05-27 13:35:55 -0400
commita560ad7083736fa147137eda2b04fd98b159c63f (patch)
tree952f86c9c93241d22b55af59ba2ea19d7fd59caf /doc
parent303557089f3db253eaec6f38dece204fd154b6ac (diff)
downloadtalos-obmc-uboot-a560ad7083736fa147137eda2b04fd98b159c63f.tar.gz
talos-obmc-uboot-a560ad7083736fa147137eda2b04fd98b159c63f.zip
doc/README.generic-board: Trivial spell check
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.generic-board8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.generic-board b/doc/README.generic-board
index bd8eae1992..734f1aa924 100644
--- a/doc/README.generic-board
+++ b/doc/README.generic-board
@@ -36,7 +36,7 @@ fields which are common to all architectures. Architecture-specific fields
have been moved to separate structures.
-Supported Arcthitectures
+Supported Architectures
------------------------
If you are unlucky then your architecture may not support generic board.
@@ -105,12 +105,12 @@ places.
initialisation is painful since it must be independently added in 10
places.
-3. As time goes by the architectures naturely diverge since there is limited
-pressure to compare features or even CONFIG options against simiilar things
+3. As time goes by the architectures naturally diverge since there is limited
+pressure to compare features or even CONFIG options against similar things
in other board.c files.
4. New architectures must implement all the features all over again, and
-sometimes in subtley different ways. This places an unfair burden on getting
+sometimes in subtle different ways. This places an unfair burden on getting
a new architecture fully functional and running with U-Boot.
5. While it is a bit of a tricky change, I believe it is worthwhile and
OpenPOWER on IntegriCloud