summaryrefslogtreecommitdiff
path: root/include/asm-cris
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris')
-rw-r--r--include/asm-cris/namei.h2
-rw-r--r--include/asm-cris/processor.h2
-rw-r--r--include/asm-cris/uaccess.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-cris/namei.h b/include/asm-cris/namei.h
index f244273e332a..8a3be7a6d9f6 100644
--- a/include/asm-cris/namei.h
+++ b/include/asm-cris/namei.h
@@ -9,7 +9,7 @@
/* used to find file-system prefixes for doing emulations
* see for example asm-sparc/namei.h
- * we dont use it...
+ * we don't use it...
*/
#define __emul_prefix() NULL
diff --git a/include/asm-cris/processor.h b/include/asm-cris/processor.h
index 01deef34990e..61c75282ac43 100644
--- a/include/asm-cris/processor.h
+++ b/include/asm-cris/processor.h
@@ -65,7 +65,7 @@ struct thread_struct {
/*
* At user->kernel entry, the pt_regs struct is stacked on the top of the kernel-stack.
* This macro allows us to find those regs for a task.
- * Notice that subsequent pt_regs stackings, like recursive interrupts occuring while
+ * Notice that subsequent pt_regs stackings, like recursive interrupts occurring while
* we're in the kernel, won't affect this - only the first user->kernel transition
* registers are reached by this.
*/
diff --git a/include/asm-cris/uaccess.h b/include/asm-cris/uaccess.h
index 3d5d1f5d1e41..41d66748c16b 100644
--- a/include/asm-cris/uaccess.h
+++ b/include/asm-cris/uaccess.h
@@ -126,7 +126,7 @@ extern unsigned long search_exception_table(unsigned long);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
- * and hide all the uglyness from the user.
+ * and hide all the ugliness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously