diff options
author | Andrzej Zaborowski <balrogg@gmail.com> | 2006-03-24 18:13:37 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-03-24 18:13:37 +0100 |
commit | 13fce8062968996da496d4f65cc1c1f845704604 (patch) | |
tree | fa8f3e8ee813397d043efd81780c487531705aa1 /Documentation/arm/Booting | |
parent | 53813158012f4d9272e5ccdc005671e780a39931 (diff) |
Fix simple typos
This corrects some trivial errors in ARM docs and comments,
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/arm/Booting')
-rw-r--r-- | Documentation/arm/Booting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/Booting b/Documentation/arm/Booting index fad566bb02fc..76850295af8f 100644 --- a/Documentation/arm/Booting +++ b/Documentation/arm/Booting @@ -118,7 +118,7 @@ to store page tables. The recommended placement is 32KiB into RAM. In either case, the following conditions must be met: -- Quiesce all DMA capable devicess so that memory does not get +- Quiesce all DMA capable devices so that memory does not get corrupted by bogus network packets or disk data. This will save you many hours of debug. |