From 99639a8cac6cef12e7701c2c8ee46ff69152e526 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Mon, 24 Feb 2003 03:58:15 -0800 Subject: [PATCH] Spelling fixes - privilege This fixes: priviledge -> privilege priviledged -> privileged unpriviledged -> unprivileged nonpriviledged -> nonprivileged Fixes 7 occurrences in all. --- include/asm-arm/bitops.h | 2 +- include/asm-mips/mipsregs.h | 2 +- include/asm-mips64/mipsregs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3