diff options
author | Andreas Mohr <andi@lisas.de> | 2006-06-26 18:35:02 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-26 18:35:02 +0200 |
commit | d6e05edc59ecd79e8badf440c0d295a979bdfa3e (patch) | |
tree | 50362161f69317242ab603c51a18a818a4c93285 /mm/page_alloc.c | |
parent | f18190bd3407554ba6df30a1927e07e6cba93e56 (diff) | |
download | kernel_samsung_espresso10-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.zip kernel_samsung_espresso10-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.tar.gz kernel_samsung_espresso10-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.tar.bz2 |
spelling fixes
acquired (aquired)
contiguous (contigious)
successful (succesful, succesfull)
surprise (suprise)
whether (weather)
some other misspellings
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 6c1174f..9f86191 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -266,7 +266,7 @@ static inline void rmv_page_order(struct page *page) * satisfies the following equation: * P = B & ~(1 << O) * - * Assumption: *_mem_map is contigious at least up to MAX_ORDER + * Assumption: *_mem_map is contiguous at least up to MAX_ORDER */ static inline struct page * __page_find_buddy(struct page *page, unsigned long page_idx, unsigned int order) |