summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/bitops.h2
-rw-r--r--include/asm-mips/mipsregs.h2
-rw-r--r--include/asm-mips64/mipsregs.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-arm/bitops.h b/include/asm-arm/bitops.h
index 569c247bc7dc..622bde7dbf60 100644
--- a/include/asm-arm/bitops.h
+++ b/include/asm-arm/bitops.h
@@ -9,7 +9,7 @@
*
* Please note that the code in this file should never be included
* from user space. Many of these are not implemented in assembler
- * since they would be too costly. Also, they require priviledged
+ * since they would be too costly. Also, they require privileged
* instructions (which are not available from user mode) to ensure
* that they are atomic.
*/
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h
index d3a28b7a6bd7..ea791fc15eb7 100644
--- a/include/asm-mips/mipsregs.h
+++ b/include/asm-mips/mipsregs.h
@@ -528,7 +528,7 @@ __BUILD_SET_CP0(config,CP0_CONFIG)
#define CE1_SP_HINT_TO_SHARED_SC_BLOCKS 15
/*
- * These flags define in which priviledge mode the counters count events
+ * These flags define in which privilege mode the counters count events
*/
#define CEB_USER 8 /* Count events in user mode, EXL = ERL = 0 */
#define CEB_SUPERVISOR 4 /* Count events in supvervisor mode EXL = ERL = 0 */
diff --git a/include/asm-mips64/mipsregs.h b/include/asm-mips64/mipsregs.h
index 7be03cffab46..ecbf30176e82 100644
--- a/include/asm-mips64/mipsregs.h
+++ b/include/asm-mips64/mipsregs.h
@@ -310,7 +310,7 @@ __BUILD_SET_CP0(config,CP0_CONFIG)
#define CE1_SP_HINT_TO_SHARED_SC_BLOCKS 15
/*
- * These flags define in which priviledge mode the counters count events
+ * These flags define in which privilege mode the counters count events
*/
#define CEB_USER 8 /* Count events in user mode, EXL = ERL = 0 */
#define CEB_SUPERVISOR 4 /* Count events in supvervisor mode EXL = ERL = 0 */