aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/memory.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-05-09 07:18:01 +0200
committerAdrian Bunk <bunk@stusta.de>2007-05-09 07:18:01 +0200
commit1591275cb57bc5df7ff59774b85c8af84bc45e87 (patch)
tree3253ef16c4f450d5a4dee39506e69be4036fd4e6 /include/asm-arm26/memory.h
parentFix misspellings collected by members of KJ list. (diff)
downloadlinux-dev-1591275cb57bc5df7ff59774b85c8af84bc45e87.tar.xz
linux-dev-1591275cb57bc5df7ff59774b85c8af84bc45e87.zip
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 '')
-rw-r--r--include/asm-arm26/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm26/memory.h b/include/asm-arm26/memory.h
index a65f10b80dfb..7c1e5be39060 100644
--- a/include/asm-arm26/memory.h
+++ b/include/asm-arm26/memory.h
@@ -60,7 +60,7 @@ static inline void *phys_to_virt(unsigned long x)
/*
* Virtual <-> DMA view memory address translations
* Again, these are *only* valid on the kernel direct mapped RAM
- * memory. Use of these is *depreciated*.
+ * memory. Use of these is *deprecated*.
*/
#define virt_to_bus(x) ((unsigned long)(x))
#define bus_to_virt(x) ((void *)((unsigned long)(x)))
@@ -93,7 +93,7 @@ static inline void *phys_to_virt(unsigned long x)
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
/*
- * We should really eliminate virt_to_bus() here - it's depreciated.
+ * We should really eliminate virt_to_bus() here - it's deprecated.
*/
#define page_to_bus(page) (page_address(page))