diff options
| author | Marcel Ziswiler <marcel@ziswiler.com> | 2008-05-02 02:35:59 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-05-04 00:01:08 +0200 |
| commit | 6fdd002689190a0022c7b3dbab37fcba724580ce (patch) | |
| tree | 5bb728b8280173d8272180fd9b0a1e8110877e54 | |
| parent | fa956fde60b7ec4dd66bd62f9910fd341b5049a1 (diff) | |
| download | olio-uboot-2014.01-6fdd002689190a0022c7b3dbab37fcba724580ce.tar.xz olio-uboot-2014.01-6fdd002689190a0022c7b3dbab37fcba724580ce.zip | |
Fix misspelled comment
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
| -rw-r--r-- | include/asm-arm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index c33b9e8d3..f4ae30700 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h @@ -123,7 +123,7 @@ extern void __raw_readsl(unsigned int addr, void *data, int longlen); * only. Their primary purpose is to access PCI and ISA peripherals. * * Note that for a big endian machine, this implies that the following - * big endian mode connectivity is in place, as described by numerious + * big endian mode connectivity is in place, as described by numerous * ARM documents: * * PCI: D0-D7 D8-D15 D16-D23 D24-D31 |