diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-24 03:58:15 -0800 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2003-02-24 03:58:15 -0800 |
| commit | 99639a8cac6cef12e7701c2c8ee46ff69152e526 (patch) | |
| tree | 358da4d6ff23c1c4706bc44a41712fb31020747f /include/asm-mips | |
| parent | bfc2b3aa6634326a9dae42b862b2587cd79cd5c1 (diff) | |
[PATCH] Spelling fixes - privilege
This fixes:
priviledge -> privilege
priviledged -> privileged
unpriviledged -> unprivileged
nonpriviledged -> nonprivileged
Fixes 7 occurrences in all.
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
