diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:27:16 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:27:16 +0200 |
commit | 80f7228b59e4bbe9d840af3ff0f2fe480d6e7c79 (patch) | |
tree | 08e6d2365abeafd7bfcc0fd7485db9055463d72c /include | |
parent | 47bdd718c6547d84c8e140cd0f495c016f13b08b (diff) | |
download | op-kernel-dev-80f7228b59e4bbe9d840af3ff0f2fe480d6e7c79.zip op-kernel-dev-80f7228b59e4bbe9d840af3ff0f2fe480d6e7c79.tar.gz |
typo fixes: occuring -> occurring
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/thread_info.h | 2 | ||||
-rw-r--r-- | include/asm-ia64/sn/tioca_provider.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index c46b5c8..8a7554f 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h @@ -116,7 +116,7 @@ extern void iwmmxt_task_release(struct thread_info *); /* * We use bit 30 of the preempt_count to indicate that kernel - * preemption is occuring. See include/asm-arm/hardirq.h. + * preemption is occurring. See include/asm-arm/hardirq.h. */ #define PREEMPT_ACTIVE 0x40000000 diff --git a/include/asm-ia64/sn/tioca_provider.h b/include/asm-ia64/sn/tioca_provider.h index ab7fe24..65cdd73 100644 --- a/include/asm-ia64/sn/tioca_provider.h +++ b/include/asm-ia64/sn/tioca_provider.h @@ -27,7 +27,7 @@ #define PV908234 (1 << 1) /* CA:AGPDMA write request data mismatch with ABC1CL merge */ #define PV895469 (1 << 1) - /* TIO:CA TLB invalidate of written GART entries possibly not occuring in CA*/ + /* TIO:CA TLB invalidate of written GART entries possibly not occurring in CA*/ #define PV910244 (1 << 1) struct tioca_dmamap{ |