summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-07-01 16:59:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-05 08:27:27 +0200
commit839f900ca2e64a03fe1a5d195bd28b8055c370eb (patch)
tree3db33e08fad2668f6c83f68ff5aa5f6983764d3a
parent6d1d9e8d8b4be5645d3613522093cdcaddad5bff (diff)
downloadbarebox-839f900ca2e64a03fe1a5d195bd28b8055c370eb.tar.gz
barebox-839f900ca2e64a03fe1a5d195bd28b8055c370eb.tar.xz
trivial: fix typos concerning "hierarchy"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 27ffb9895c..08a7d995eb 100644
--- a/TODO
+++ b/TODO
@@ -26,7 +26,7 @@ TODO
strdup/xstrdup.
[ ] cleanup common.h. There are far too many things in it where we better have
a seperate header file.
- (Use doxygen to track header file hierachy)
+ (Use doxygen to track header file hierarchy)
[ ] Rewrite network stack. The one-loop-for-all-protocols stack is just too
ugly and big and uses thousands of global variables. Identify common
functions and make a loop per network protocol
@@ -74,7 +74,7 @@ TODO
Can be copied as starting point for a new target board.
[ ] Add generic PCI bios code and a PCI bus driver model. The driver should
be configured by an appropriate platformconfig. Detected PCI buses and
- devices should be represented as a hierachical tree in /dev
+ devices should be represented as a hierarchical tree in /dev
[ ] Work out, how to mount driver on PCI devices. The mechanism should be
transparent to the driver code.