summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Hayes <mike@aiinc.ca>2003-02-24 03:58:15 -0800
committerDavid Woodhouse <dwmw2@infradead.org>2003-02-24 03:58:15 -0800
commit99639a8cac6cef12e7701c2c8ee46ff69152e526 (patch)
tree358da4d6ff23c1c4706bc44a41712fb31020747f /include
parentbfc2b3aa6634326a9dae42b862b2587cd79cd5c1 (diff)
[PATCH] Spelling fixes - privilege
This fixes: priviledge -> privilege priviledged -> privileged unpriviledged -> unprivileged nonpriviledged -> nonprivileged Fixes 7 occurrences in all.
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 */