diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 07:18:01 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 07:18:01 +0200 |
commit | 1591275cb57bc5df7ff59774b85c8af84bc45e87 (patch) | |
tree | 3253ef16c4f450d5a4dee39506e69be4036fd4e6 /include/asm-arm26/io.h | |
parent | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (diff) |
Fix "deprecated" typoes.
Fix remaining misspellings of "depreciated" to "deprecated."
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-arm26/io.h')
-rw-r--r-- | include/asm-arm26/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm26/io.h b/include/asm-arm26/io.h index 2aa033bd0678..a5a7a4d5e09c 100644 --- a/include/asm-arm26/io.h +++ b/include/asm-arm26/io.h @@ -321,7 +321,7 @@ DECLARE_IO(int,l,"") #define mmiowb() -/* the following macro is depreciated */ +/* the following macro is deprecated */ #define ioaddr(port) __ioaddr((port)) /* |